Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Finkel
tor-browser-build
Commits
8feea5ac
Unverified
Commit
8feea5ac
authored
Aug 21, 2020
by
Georg Koppen
Browse files
Bug 34234: Move HTTPS Everywhere build to Debian Buster
Additionally, clean up all Debian Stretch references.
parent
3a845c42
Changes
4
Hide whitespace changes
Inline
Side-by-side
README
View file @
8feea5ac
...
...
@@ -193,7 +193,7 @@ of containers: the container-image project is still called, but it will
just create an empty file instead of a real container image.
The build without containers is currently only supported for the Android
builds, and will require that you run Debian
Stretch
and install build
builds, and will require that you run Debian
Buster
and install build
dependencies for all the components that are built. This can be done
with the following command:
...
...
projects/debootstrap-image/config
View file @
8feea5ac
...
...
@@ -56,13 +56,6 @@ targets:
arch
:
amd64
debootstrap_mirror
:
"
http://archive.debian.org/debian/"
stretch-amd64
:
var
:
minimal_apt_version
:
1.4.9
container
:
suite
:
stretch
arch
:
amd64
buster-amd64
:
var
:
minimal_apt_version
:
1.8.2
...
...
projects/https-everywhere/config
View file @
8feea5ac
...
...
@@ -10,14 +10,14 @@ var:
# HTTPS Everywhere is expected to be the same on all platforms. To avoid
# building the same thing 4 times, using 4 different container images
# (each one with a different suite or architecture), we set the container
# to
stretch
/amd64 for all platforms. This allows us to create only one
# to
buster
/amd64 for all platforms. This allows us to create only one
# container image, and also build the extension only one time as the
# filename does not contain the platform, and var/build_id should be
# the same since there is now nothing platform specific in the build
# inputs. This allows us to save a little time and disk space.
container
:
use_container
:
1
suite
:
stretch
suite
:
buster
arch
:
amd64
deps
:
-
git
...
...
@@ -34,4 +34,4 @@ input_files:
-
project
:
python
name
:
python
target_prepend
:
-
common-
stretch
-
common-
buster
rbm.conf
View file @
8feea5ac
...
...
@@ -179,13 +179,13 @@ targets:
# Don't create mar files to save time
build_mar
:
0
# The common-
stretch
target is used to build components that are common to all
# platforms, using Debian
stretch
.
common
-
stretch
:
# The common-
buster
target is used to build components that are common to all
# platforms, using Debian
Buster
.
common
-
buster
:
var
:
common
:
1
container
:
suite
:
stretch
suite
:
buster
arch
:
amd64
pre_pkginst
:
''
deps
:
...
...
Write
Preview
Supports
Markdown
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