Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
trisquel-packages
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
trisquel
trisquel-packages
Commits
341e0c43
Commit
341e0c43
authored
Feb 19, 2018
by
Ruben Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trisquel-keyring: Make sure new keys are always processed
parent
1ecd5e35
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
extra/trisquel-keyring/debian/changelog
extra/trisquel-keyring/debian/changelog
+6
-0
extra/trisquel-keyring/debian/postinst
extra/trisquel-keyring/debian/postinst
+1
-0
No files found.
extra/trisquel-keyring/debian/changelog
View file @
341e0c43
trisquel-keyring (2018.02.19) flidas; urgency=medium
* Make sure new keys are always processed
-- Trisquel GNU/Linux developers <trisquel-devel@listas.trisquel.info> Mon, 19 Feb 2018 14:31:54 -0500
trisquel-keyring (2017.01.07) flidas; urgency=medium
* Added new key to fix #21407
...
...
extra/trisquel-keyring/debian/postinst
View file @
341e0c43
...
...
@@ -2,6 +2,7 @@
# make sure apt knows about the new keys
if
[
-x
/usr/bin/apt-key
]
;
then
/usr/bin/apt-key add /usr/share/keyrings/trisquel-archive-keyring.gpg
/usr/bin/apt-key update
fi
...
...
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