Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jenkins.debian.net
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian QA
jenkins.debian.net
Commits
3e39e65e
Commit
3e39e65e
authored
5 years ago
by
Holger Levsen
Browse files
Options
Downloads
Patches
Plain Diff
reproducible Debian meta pkg sets: stop updating them for buster
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
9b1773e1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/reproducible_create_meta_pkg_sets.sh
+2
-3
2 additions, 3 deletions
bin/reproducible_create_meta_pkg_sets.sh
with
2 additions
and
3 deletions
bin/reproducible_create_meta_pkg_sets.sh
+
2
−
3
View file @
3e39e65e
...
...
@@ -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
"============================================================================="
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment