Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor-browser-build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
tor-browser-build
Commits
bf8ef3b5
Unverified
Commit
bf8ef3b5
authored
Dec 5, 2022
by
boklm
Browse files
Options
Downloads
Patches
Plain Diff
Bug 40693: use faketime to run `apt-get update` on jessie
parent
6b48ead1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects/container-image/config
+12
-1
12 additions, 1 deletion
projects/container-image/config
with
12 additions
and
1 deletion
projects/container-image/config
+
12
−
1
View file @
bf8ef3b5
...
...
@@ -37,9 +37,14 @@ pre: |
[% IF c("var/linux-cross") -%]
dpkg --add-architecture [% c("var/arch_debian") %]
[% END -%]
[% IF c("var/container/suite") == "jessie" -%]
# We need to use faketime to run `apt-get update` on jessie, because of
# expired key. See tor-browser-build#40693
dpkg -i ./libfaketime_0.9.6-3_amd64.deb ./faketime_0.9.6-3_amd64.deb
[% END -%]
# Update the package cache again because `pre_pkginst` may change the
# package manager configuration.
apt-get update -y -q
[% IF c("var/container/suite") == "jessie" %]faketime '2018-12-24 08:15:42' [% END %]
apt-get update -y -q
[% END -%]
apt-get upgrade -y -q
[%
...
...
@@ -82,3 +87,9 @@ input_files:
-
project
:
mmdebstrap-image
target
:
-
'
[%
c("var/container/suite")
%]-[%
c("var/container/arch")
%]'
-
URL
:
http://deb.debian.org/debian/pool/main/f/faketime/faketime_0.9.6-3_amd64.deb
sha256sum
:
19b2a01a2fae7e6d5a8b741fc0bc626451cb4c2cc884ee79f1136dd3c2c26213
enable
:
'
[%
c("var/container/suite")
==
"jessie"
%]'
-
URL
:
http://deb.debian.org/debian/pool/main/f/faketime/libfaketime_0.9.6-3_amd64.deb
sha256sum
:
82747d5815b226cfed7f6f9a751bf8c20d457f3ba786add6017d6904dea4fdb4
enable
:
'
[%
c("var/container/suite")
==
"jessie"
%]'
This diff is collapsed.
Click to expand it.
boklm
@boklm
mentioned in issue
#40693 (closed)
·
Dec 9, 2022
mentioned in issue
#40693 (closed)
mentioned in issue #40693
Toggle commit list
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
sign in
to comment