Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
8ef9108d
Commit
8ef9108d
authored
Nov 20, 2015
by
Holger Levsen
Browse files
reproducible freebsd: continue the loop if a build fails, dont break out.
parent
c96a044d
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_freebsd.sh
View file @
8ef9108d
...
@@ -90,7 +90,7 @@ for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do
...
@@ -90,7 +90,7 @@ for FREEBSD_TARGET in ${FREEBSD_TARGETS} ;do
else
else
cleanup_tmpdirs
cleanup_tmpdirs
echo
"
$(
date
-u
)
- failed to build FreeBSD (branch
$FREEBSD_TARGET
at
${
FREEBSD_VERSION
}
) in the first run, stopping."
echo
"
$(
date
-u
)
- failed to build FreeBSD (branch
$FREEBSD_TARGET
at
${
FREEBSD_VERSION
}
) in the first run, stopping."
break
continue
fi
fi
# set time forward 398 days and some
# set time forward 398 days and some
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment