diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-29 13:50:32 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-29 13:50:32 +0200 |
commit | 4889b1f4a7b1e05caa11a239725ea70436b02961 (patch) | |
tree | cbe982bd2a3de58b4f4958caeef1d0e342d6c5f2 /bin | |
parent | 2d9ba0a9c680df02319ae00d7cd5dbe193916884 (diff) | |
download | jenkins.debian.net-4889b1f4a7b1e05caa11a239725ea70436b02961.tar.xz |
reproducible: cleanup TODO
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 072ae10e..47fe1de5 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -6,6 +6,7 @@ . /srv/jenkins/bin/common-functions.sh common_init "$@" +# FIXME: needed as long as #763328 (RFP: /usr/bin/diffp) is unfixed... # fetch git repo for the diffp command used later if [ -d misc.git ] ; then cd misc.git |