Skip to content
Snippets Groups Projects
Commit ca2e682c authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible: fix the disorderfs and strip-nondeterminism jobs to really test...

reproducible: fix the disorderfs and strip-nondeterminism jobs to really test the master branch (and not the debian branch)

Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 09a1d518
No related branches found
No related tags found
No related merge requests found
......@@ -179,8 +179,8 @@ echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/23jenkins
apt-get install build-essential devscripts git
if [ "$1" = "gbp" ] ; then
apt-get install git-buildpackage
# either there is a debian branch or not
git checkout debian || echo "No debian branch exists, assuming packaging is in master branch."
# there are only two jobs using this and both have no debian directory in the master branch
git merge debian
fi
if [ -f debian/control ] ; then
cat debian/control
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment