Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tous
tails
Commits
4cfd9e21
Commit
4cfd9e21
authored
Apr 18, 2017
by
intrigeri
Browse files
apt-mirror: use tagged APT snapshots when building a Stretch release from a tag.
parent
fba09c0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
auto/scripts/apt-mirror
View file @
4cfd9e21
...
...
@@ -33,7 +33,8 @@ CURRENT_BRANCH=$(current_branch)
if
[
"
$BASE_BRANCH
"
=
stable
]
\
||
[
"
$BASE_BRANCH
"
=
testing
]
\
||
[
"
$CURRENT_BRANCH
"
=
feature/stretch
]
||
[
"
$CURRENT_BRANCH
"
=
feature/stretch
]
\
||
(
on_a_tag
&&
[
"
$BASE_BRANCH
"
=
feature/stretch
]
)
\
then
case
"
$ARCHIVE
"
in
debian-security
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment