Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pts
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
pts
Commits
03d25c36
There was an error fetching the commit references. Please try again later.
Unverified
Commit
03d25c36
authored
4 years ago
by
Paul Wise
Browse files
Options
Downloads
Patches
Plain Diff
Fix not enough olds
parent
4469d094
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
www/bin/update_incoming.sh
+3
-3
3 additions, 3 deletions
www/bin/update_incoming.sh
with
3 additions
and
3 deletions
www/bin/update_incoming.sh
+
3
−
3
View file @
03d25c36
...
...
@@ -48,13 +48,13 @@ fi
if
[
-z
"
$disable_oldoldstable
"
]
;
then
official_distros
=
"oldoldstable
$official_distros
"
if
[
-z
"
$disable_oldstable_pu
"
]
;
then
if
[
-z
"
$disable_
old
oldstable_pu
"
]
;
then
pu_distros
=
"oldoldstable-updates oldoldstable-proposed-updates
$pu_distros
"
fi
if
[
-z
"
$disable_oldstable_security
"
]
;
then
if
[
-z
"
$disable_
old
oldstable_security
"
]
;
then
old_security_distros
=
"oldoldstable
$old_security_distros
"
fi
if
[
-z
"
$disable_oldstable_backports
"
]
;
then
if
[
-z
"
$disable_
old
oldstable_backports
"
]
;
then
backports_distros
=
"oldoldstable-backports oldoldstable-backports-sloppy
$backports_distros
"
fi
fi
...
...
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