Skip to content

Commit 8260f7d

Browse files
committed
more ubuntu instructions.
1 parent b564ed3 commit 8260f7d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

DEVELOPERS.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
How to do a release (must be on an Ubuntu machine):
22

3-
#0. aptitude install build-essential devscripts debhelper sun-java6-jdk ant1.8 ntp ssh-server
3+
Run these commands on a vm:
4+
echo "sun-java6-bin shared/accepted-sun-dlj-v1-1 boolean true" | debconf-set-selections
5+
echo "deb http://archive.canonical.com/ubuntu lucid partner" > /etc/apt/sources.list.d/partner.list
6+
echo "deb-src http://archive.canonical.com/ubuntu lucid partner" >> /etc/apt/sources.list.d/partner.list
7+
aptitude update
8+
aptitude install build-essential devscripts debhelper sun-java6-jdk ant1.8 ntp ssh-server
49

510

611
#1. Create a file called build.credentials.properties in the top level project directory.

0 commit comments

Comments
 (0)