Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
be4e704e
Commit
be4e704e
authored
Nov 11, 2012
by
Tails developers
Browse files
Keep dots in branch name when converting to APT suite name.
That's how the conversion is done on the APT repository side.
parent
e7f99290
Changes
1
Hide whitespace changes
Inline
Side-by-side
auto/scripts/tails-custom-apt-sources
View file @
be4e704e
...
...
@@ -39,7 +39,7 @@ on_topic_branch() {
branch_name_to_suite
()
{
local
branch
=
"
$1
"
echo
"
$branch
"
|
sed
-e
's,[^a-z0-9-],-,ig'
|
tr
'[A-Z]'
'[a-z]'
echo
"
$branch
"
|
sed
-e
's,[^
.
a-z0-9-],-,ig'
|
tr
'[A-Z]'
'[a-z]'
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment