Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FUSS 9 to 10 in-place upgrade
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
FUSS Team
FUSS 9 to 10 in-place upgrade
Commits
a6ec6f41
Verified
Commit
a6ec6f41
authored
3 years ago
by
Marco Marinello
Browse files
Options
Downloads
Patches
Plain Diff
Remove allow releaseinfo change
parent
a73d77cf
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
upgrade.yml
+2
-2
2 additions, 2 deletions
upgrade.yml
with
2 additions
and
2 deletions
upgrade.yml
+
2
−
2
View file @
a6ec6f41
...
...
@@ -44,7 +44,7 @@
with_items
:
"
{{
lookup('fileglob',
'/etc/apt/sources.list.d/*',
wantlist=True)
}}"
-
name
:
Run apt update two times via shell (avoid errors in appstreamcli)
shell
:
DEBIAN_FRONTEND=noninteractive apt update -qq -y
--allow-releaseinfo-change
shell
:
DEBIAN_FRONTEND=noninteractive apt update -qq -y
with_items
:
[
1
,
2
]
failed_when
:
false
...
...
@@ -61,7 +61,7 @@
shell
:
DEBIAN_FRONTEND=noninteractive apt clean
-
name
:
Run apt update two times via shell (avoid errors in appstreamcli)
shell
:
DEBIAN_FRONTEND=noninteractive apt update -qq -y
--allow-releaseinfo-change
shell
:
DEBIAN_FRONTEND=noninteractive apt update -qq -y
with_items
:
[
1
,
2
]
failed_when
:
false
...
...
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