We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b564ed3 commit 8260f7dCopy full SHA for 8260f7d
DEVELOPERS.txt
@@ -1,6 +1,11 @@
1
How to do a release (must be on an Ubuntu machine):
2
3
-#0. aptitude install build-essential devscripts debhelper sun-java6-jdk ant1.8 ntp ssh-server
+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
9
10
11
#1. Create a file called build.credentials.properties in the top level project directory.
0 commit comments