From a46953c636adce6067e9aeba7382e72738bc0b39 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 5 Jun 2015 14:01:48 +0200 Subject: [PATCH] sfa-1.3.17 --- scripts/sfa-3117.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 scripts/sfa-3117.sh diff --git a/scripts/sfa-3117.sh b/scripts/sfa-3117.sh new file mode 100755 index 0000000..799a94a --- /dev/null +++ b/scripts/sfa-3117.sh @@ -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-17--f20-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-17 & +buzzcocks && /root/bin/lbuild-nightly.sh -m build@onelab.eu -f f21 -b sfa-3.1-17--f21-64 -B sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-17 & + +### 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.17-jessie-64 -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-17 & + +### 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.17-trusty-64 -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-17 & +# 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.17-vivid-64 -B debian ALL=sfa sfa-GITPATH=git://git.onelab.eu/sfa.git@sfa-3.1-17 & -- 2.43.0