[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: try harder to understand whats going wrong here
Holger Levsen
holger at moszumanska.debian.org
Wed Jun 3 11:27:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit bb711715b331c04740a09185f91c3f2df79031d3
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Jun 3 13:26:53 2015 +0200
reproducible: try harder to understand whats going wrong here
---
bin/reproducible_create_meta_pkg_sets.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index e814166..7f8eeaa 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -17,6 +17,7 @@ packages_list_to_deb822() {
ALL_PKGS=$(cat $TMPFILE | cut -d ":" -f1 | sed "s#([^()]*)##g ; s#\[[^][]*\]##g ; s#,##g ; s# #\n#g" |sort -u | tr '\n' '|')
grep-dctrl -F Package -e '^('"$ALL_PKGS"')$' $PACKAGES > $TMPFILE
}
+
convert_from_deb822_into_source_packages_only() {
# given a Packages file in deb822 format on standard input, the
# following perl "oneliner" outputs the associated (unversioned)
@@ -68,13 +69,14 @@ update_if_similar() {
get_installable_set() {
set +e
+ echo "$(date) - Calculating the installable set for $1"
dose-deb-coinstall --deb-native-arch=$ARCH --bg=$PACKAGES --fg=${TMPFILE2} > $TMPFILE
RESULT=$?
if [ $RESULT -ne 0 ] ; then
rm $TMPFILE
echo "Warning: dose-deb-coinstall cannot calculate the installable set for $1"
fi
- rm ${TMPFILE2}
+ rm -v ${TMPFILE2}
set -e
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list