sfa-3.1.6
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 2 Jun 2014 09:17:09 +0000 (11:17 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 2 Jun 2014 09:17:09 +0000 (11:17 +0200)
scripts/sfa-3106.sh [new file with mode: 0755]

diff --git a/scripts/sfa-3106.sh b/scripts/sfa-3106.sh
new file mode 100755 (executable)
index 0000000..5f3afb6
--- /dev/null
@@ -0,0 +1,23 @@
+### 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 liquid () { hostname | grep -q liquid ; }
+function reed () { hostname | grep -q reed ; }
+function velvet () { hostname | grep -q velvet ; }
+
+liquid && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f f14 -b sfa-3.1-6--f14-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-6 
+reed   && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f f18 -b sfa-3.1-6--f18-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-6 
+velvet && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f f20 -b sfa-3.1-6--f20-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-6 
+
+#debians
+liquid && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f wheezy  -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.6-wheezy-64  -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-6
+liquid && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f jessie  -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.6-jessie-64  -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-6
+#ubuntus
+reed   && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f quantal -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.6-quantal-64 -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-6
+reed   && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f raring  -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.6-raring-64  -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-6
+velvet && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f saucy   -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.6-saucy-64   -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-6
+velvet && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f trusty  -P develdeb.pkgs -W http://debian.onelab.eu/ -b sfa-3.1.6-trusty-64  -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-6