sfa-3.1.18 for asap management tag in iotlab driver
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 8 Jun 2015 10:26:09 +0000 (12:26 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 8 Jun 2015 10:26:09 +0000 (12:26 +0200)
scripts/sfa-3118.sh [new file with mode: 0755]

diff --git a/scripts/sfa-3118.sh b/scripts/sfa-3118.sh
new file mode 100755 (executable)
index 0000000..e853320
--- /dev/null
@@ -0,0 +1,21 @@
+### IMPORTANT NOTE
+# looks like after this has run successfully, 
+# the published repos still need to be indexed with createrepo
+# see also liquid:build/sfa/reindex.sh
+### HISTORICAL NOTE
+# from 3.1-1 we build in the lxc environment, and do not build sface any longer
+
+function buzzcocks () { hostname | grep -q buzzcocks ; }
+
+### fedoras
+# do not care about these 2 old distros
+buzzcocks && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f f20 -b sfa-3.1-18--f20-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-18 &
+buzzcocks && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f f21 -b sfa-3.1-18--f21-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-18 &
+
+### debians
+buzzcocks && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f jessie  -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.18-jessie-64  -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-18 &
+
+### ubuntus
+buzzcocks   && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f trusty  -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.18-trusty-64  -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-18 &
+# skip utopic - somehow python-rpm fails to install there
+buzzcocks   && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f vivid   -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.18-vivid-64   -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-18 &