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
16ecce19
Commit
16ecce19
authored
2 years ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
Fix unattended upgrades 10.0
parent
bf3b68a1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
helpers/DATA/distro-info-data/trisquel.csv
+1
-0
1 addition, 0 deletions
helpers/DATA/distro-info-data/trisquel.csv
helpers/make-distro-info-data
+2
-2
2 additions, 2 deletions
helpers/make-distro-info-data
helpers/make-unattended-upgrades
+7
-2
7 additions, 2 deletions
helpers/make-unattended-upgrades
with
10 additions
and
4 deletions
helpers/DATA/distro-info-data/trisquel.csv
+
1
−
0
View file @
16ecce19
...
...
@@ -11,3 +11,4 @@ version,codename,series,created,release,eol
8.0 LTS,Flidas,flidas,2015-10-22,2018-04-18,2021-04-21
9.0 LTS,Etiona,etiona,2017-10-19,2020-10-16,2023-04-26
10.0 LTS,Nabia,nabia,2019-10-17,2021-12-16,2025-04-23
11.0 LTS,Aramo,aramo,2021-10-14,2027-04-21,2027-04-21
This diff is collapsed.
Click to expand it.
helpers/make-distro-info-data
+
2
−
2
View file @
16ecce19
#!/bin/sh
#
# Copyright (C) 202
1
Luis Guzman <ark@switnet.org>
# Copyright (C) 202
2
Luis Guzman <ark@switnet.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
2
VERSION
=
3
.
./config
...
...
This diff is collapsed.
Click to expand it.
helpers/make-unattended-upgrades
+
7
−
2
View file @
16ecce19
#!/bin/sh
#
# Copyright (C) 2008-2018 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2022 Luis Guzman <ark@switnet.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -17,16 +18,20 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
2
VERSION
=
3
COMPONENT
=
main
.
./config
cp
data/50unattended-upgrades.Ubuntu data/50unattended-upgrades.Trisquel
sed
-i
'/ESM/d'
data/50unattended-upgrades.Ubuntu
mv
data/50unattended-upgrades.Ubuntu data/50unattended-upgrades.Trisquel
echo
"0498b3cb348c43d20d369a7be431ea14"
>>
data/50unattended-upgrades.md5sum
# Prevent automated connections
sed
'/Update-Package-Lists/s/1/0/'
-i
data/20auto-upgrades
rm test
/test_remove_unused.py
changelog
"Compiled for Trisquel"
compile
...
...
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