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

reproducible Debian meta pkg sets: stop updating them for buster

parent 9b1773e1
No related branches found
No related tags found
No related merge requests found
......@@ -541,9 +541,8 @@ for SUITE in $SUITES ; do
if [ "$SUITE" = "experimental" ] ; then
# no pkg sets in experimental
continue
elif [ "$SUITE" = "stretch" ] ; then
# let's not update the stretch pkg sets anymore
# FIXME: once the reproducible_create_meta_pkg_sets job has been run succesful again, dont update package sets for buster anymore
elif [ "$SUITE" = "stretch" ] || [ "$SUITE" = "buster" ] ; then
# let's not update the stretch or buster pkg sets anymore
continue
fi
echo "============================================================================="
......
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