Difference between revisions of "Black&White Project/Compilation Farm/Setup"

Jump to navigation Jump to search
 
(5 intermediate revisions by 3 users not shown)
Line 60: Line 60:
buildbot create-master master</pre></code>
buildbot create-master master</pre></code>
* Deploy configuration
* Deploy configuration
<code><pre>git archive --format=tar --prefix=code/ --remote git://git.code.sf.net/p/kiwix/kiwix HEAD:buildbot | ( tar xf -)
<code><pre>git archive --prefix=code/ --remote git://git.code.sf.net/p/kiwix/kiwix HEAD:buildbot | tar x
cd master && ln -sf ../code/master.cfg master.cfg && cd -
cd master && ln -sf ../code/master.cfg master.cfg && cd -
cp code/secret_pass.py master/secret_pass.py</pre></code>
cp code/secret_pass.py master/secret_pass.py</pre></code>
Line 103: Line 103:
* Use whole disk partitioning
* Use whole disk partitioning
* Install packages:
* Install packages:
<code><pre># apt-get install --fix-missing acpi acpid build-essential autoconf automake libtool pkg-config fastjar libssl-dev libexpat1-dev libxml2-dev libgnutls-dev libgpg-error-dev libgcrypt-dev uuid-dev libuuid1 subversion zip unzip python-pip vim python-dev</pre></code>
<code lang="bash"><pre># apt-get install --fix-missing acpi acpid build-essential autoconf automake libtool pkg-config fastjar libssl-dev  
libexpat1-dev libxml2-dev libgnutls-dev libgpg-error-dev libgcrypt-dev uuid-dev libuuid1 git zip unzip python-pip vim python-dev</pre></code>
* Install python tools
* Install python tools
<code><pre># pip install virtualenv virtualenvwrapper</pre></code>
<code><pre># pip install virtualenv virtualenvwrapper</pre></code>
Line 189: Line 190:
* Bump code with bumpVersion.sh to have a version like svn-[date]
* Bump code with bumpVersion.sh to have a version like svn-[date]
* Rename bin packages
* Rename bin packages
== Tips ==
* win32 upload issue: VBoxManage modifyvm win32 --natsettings1 1500,64,64,64,1024
* [https://people.debian.org/~aurel32/qemu/armel/ qemu arm VM]

Navigation menu