Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
tails
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
952
Issues
952
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tails
tails
Commits
a2e92ce8
Commit
a2e92ce8
authored
Sep 14, 2020
by
intrigeri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't generate UDFs on the stable channel to point to a release candidate
refs
!178 (comment 156959)
parent
415bc628
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/UpgradeDescriptionFile/Generate.pm
.../src/iuk/lib/Tails/IUK/UpgradeDescriptionFile/Generate.pm
+1
-0
No files found.
config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/UpgradeDescriptionFile/Generate.pm
View file @
a2e92ce8
...
...
@@ -124,6 +124,7 @@ method run () {
# The version regexp must be the same as in auto/config.
next
if
$self
->
channel
eq
'
stable
'
&&
$channel
eq
'
alpha
'
&&
$previous_version
!~
/~(?:alpha|beta|rc)[0-9]*$/
;
next
if
$self
->
channel
eq
'
alpha
'
&&
$channel
eq
'
stable
';
say
STDERR
q{* Updating upgrade-description file for previous }
,
'
release (
',
$previous_version
,
"
),
",
$channel
,
"
channel:
\n
",
...
...
Write
Preview
Markdown
is supported
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