diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-16 12:55:22 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-16 12:55:22 +0100 |
commit | fc6678a9914b96b0856941b9f53b93bed7c83166 (patch) | |
tree | d2c97f41e0acd7fe3d10c53cf59442a0ab27d220 /bin | |
parent | c20a5396e5e9c4846a23d95c0277af1e12ea46d4 (diff) | |
download | jenkins.debian.net-fc6678a9914b96b0856941b9f53b93bed7c83166.tar.xz |
further TODO cleanup
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_create_meta_pkg_sets.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh index c5f54881..233c509b 100755 --- a/bin/reproducible_create_meta_pkg_sets.sh +++ b/bin/reproducible_create_meta_pkg_sets.sh @@ -130,7 +130,7 @@ fi # installed on one or more .debian.org machines if [ ! -z $(find $TPATH -maxdepth 1 -mtime +0 -name ${META_PKGSET[5]}.pkgset) ] || [ ! -f $TPATH/${META_PKGSET[5]}.pkgset ] ; then - # FIXME: get a proper data provider from DSA... + # one day we will get a proper data provider from DSA... # (so far it was a manual "dpkg --get-selections" on all machines # converted into a list of source packages...) cat /srv/jenkins/bin/reproducible_installed_on_debian.org > $TMPFILE |