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
Model registry
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
trisquel
package-helpers
Commits
e549344b
Commit
e549344b
authored
3 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
ubuntu-release-upgrader: corrections to metapackage definitions
parent
82650e28
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#428
passed
3 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helpers/DATA/ubuntu-release-upgrader/DistUpgrade.cfg
+21
-6
21 additions, 6 deletions
helpers/DATA/ubuntu-release-upgrader/DistUpgrade.cfg
helpers/make-ubuntu-release-upgrader
+2
-2
2 additions, 2 deletions
helpers/make-ubuntu-release-upgrader
with
23 additions
and
8 deletions
helpers/DATA/ubuntu-release-upgrader/DistUpgrade.cfg
+
21
−
6
View file @
e549344b
...
@@ -10,8 +10,8 @@ SupportSSH=DistUpgradeViewText,DistUpgradeViewNonInteractive
...
@@ -10,8 +10,8 @@ SupportSSH=DistUpgradeViewText,DistUpgradeViewNonInteractive
# Distro contains global information about the upgrade
# Distro contains global information about the upgrade
[Distro]
[Distro]
# the meta-pkgs we support
# the meta-pkgs we support
MetaPkgs
=
trisquel
-recommended
, trisquel-mini
-recommended, triskel-recommended
, trisquel-sugar
-recommended
MetaPkgs
=
trisquel, trisquel-mini
, triskel
, trisquel-sugar
BaseMetaPkgs
=
trisquel-minimal, trisquel-base
-recommended
BaseMetaPkgs
=
trisquel-minimal, trisquel-base
Demotions
=
demoted.cfg
Demotions
=
demoted.cfg
#RemoveEssentialOk=sysvinit, sysvutils, belocs-locales-bin
#RemoveEssentialOk=sysvinit, sysvutils, belocs-locales-bin
RemovalBlacklistFile
=
removal_blacklist.cfg
RemovalBlacklistFile
=
removal_blacklist.cfg
...
@@ -46,17 +46,32 @@ Types=386,ec2,generic,generic-lpae,lowlatency,powerpc-e500mc,powerpc-smp,
...
@@ -46,17 +46,32 @@ Types=386,ec2,generic,generic-lpae,lowlatency,powerpc-e500mc,powerpc-smp,
# information about the individual meta-pkgs
# information about the individual meta-pkgs
[trisquel]
[trisquel]
KeyDependencies
=
trisquel
-desktop-
common-data, unity-greeter, lightdm
KeyDependencies
=
mate
-desktop-
environment
# those pkgs will be marked remove right after the distUpgrade in the cache
# those pkgs will be marked remove right after the distUpgrade in the cache
PostUpgradeRemove
=
casper, xscreensaver,
powermanagement-interface, compiz-core, gdm, gnome-ppp,
remmina-common,
resolvconf
PostUpgradeRemove
=
casper, xscreensaver, powermanagement-interface, compiz-core, gdm, gnome-ppp, resolvconf
ForcedObsoletes
=
cups-pdf, notification-daemon, libcogl15, resolvconf
ForcedObsoletes
=
cups-pdf, notification-daemon, libcogl15, resolvconf
[trisquel-mini]
[trisquel-mini]
KeyDependencies
=
trisquel-mini-data unity-greeter
KeyDependencies
=
lxde
#Remove previous gnome component from ltrisquel to avoid pulling gnome depends on upgrade (LP: #945215)
#Remove previous gnome component from ltrisquel to avoid pulling gnome depends on upgrade (LP: #945215)
PostUpgradeRemove
=
casper, gnome-bluetooth,
gnome-power-manager,
resolvconf
PostUpgradeRemove
=
casper, gnome-bluetooth, resolvconf
ForcedObsoletes
=
cups-pdf, notification-daemon, libcogl15, resolvconf
ForcedObsoletes
=
cups-pdf, notification-daemon, libcogl15, resolvconf
[triskel]
KeyDependencies
=
triskel-settings-desktop, plasma-desktop, sddm
# those pkgs will be marked remove right after the distUpgrade in the cache
PostUpgradeRemove
=
casper, powermanagement-interface, guidance-power-manager, kde-guidance-powermanager, kmix
# those packages are marked as obsolete right after the upgrade
ForcedObsoletes
=
ivman, gtk-qt-engine
# help the resolver a bit: LP: #1426132
PostUpgradeInstall
=
baloo-kf5
[trisquel-sugar]
KeyDependencies
=
sugar, lightdm-gtk-greeter
[trisquel-gnome]
KeyDependencies
=
gnome-core, gdm3
[Files]
[Files]
BackupExt
=
distUpgrade
BackupExt
=
distUpgrade
LogDir
=
/var/log/dist-upgrade/
LogDir
=
/var/log/dist-upgrade/
...
...
This diff is collapsed.
Click to expand it.
helpers/make-ubuntu-release-upgrader
+
2
−
2
View file @
e549344b
#!/bin/sh
#!/bin/sh
#
#
# Copyright (C) 2008-202
0
Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2008-202
2
Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2014 Santiago Rodriguez <santi@trisquel.info>
# Copyright (C) 2014 Santiago Rodriguez <santi@trisquel.info>
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
#
#
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
# Also, don't forget to update the meta-release files at archive and packages.t.i
# Also, don't forget to update the meta-release files at archive and packages.t.i
# The "obsoletes" list from ubuntu has been removed
# The "obsoletes" list from ubuntu has been removed
VERSION
=
1
1
VERSION
=
1
2
.
./config
.
./config
...
...
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