Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Eliab Andi Artz
package-helpers
Commits
02848cff
Commit
02848cff
authored
4 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
update-manager: fixed hwe-support-status
parent
6a006d3c
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
helpers/make-update-manager
+4
-4
4 additions, 4 deletions
helpers/make-update-manager
with
4 additions
and
4 deletions
helpers/make-update-manager
+
4
−
4
View file @
02848cff
#!/bin/sh
#
# Copyright (C) 2008-20
18
Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2008-20
20
Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
#
# This program is free software; you can redistribute it and/or modify
...
...
@@ -18,13 +18,13 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
9
VERSION
=
10
.
./config
rm
UpdateManager/Core/LivePatchSocket.py
rm
tests/test_livepatch_socket.py
patch
-p1
<
$DATA
/remove-livepatch.patch
patch
--no-backup-if-mismatch
-p1
<
$DATA
/remove-livepatch.patch
sed
-i
'/import LivePatchSocket/d'
UpdateManager/Dialogs.py
sed
-i
'/self.check_livepatch_status/d'
UpdateManager/Dialogs.py
...
...
@@ -49,10 +49,10 @@ EOF
replace internet Internet
.
replace Ubuntu Trisquel
.
replace TrisquelDistroInfo UbuntuDistroInfo
.
replace
"Trisquel-Gettext"
"Ubuntu-Gettext"
.
sed
-i
's/Trisquel 16.04 LTS to Trisquel 18.04 LTS/Trisquel 8.0 LTS to Trisquel 9.0 LTS/'
HweSupportStatus/consts.py
sed
-i
's/TrisquelDistroInfo/UbuntuDistroInfo/'
UpdateManager/UpdateManager.py
replace ubuntu-desktop trisquel
.
replace kubuntu-desktop triskel
.
...
...
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