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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
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
henry
tor-browser-build
Commits
46233937
Unverified
Commit
46233937
authored
7 years ago
by
Georg Koppen
Browse files
Options
Downloads
Patches
Plain Diff
Typo fixes in README
parent
149eeac9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+6
-6
6 additions, 6 deletions
README
with
6 additions
and
6 deletions
README
+
6
−
6
View file @
46233937
...
@@ -12,9 +12,9 @@ Version 0.1.1 of runc is required (which is the version available in
...
@@ -12,9 +12,9 @@ Version 0.1.1 of runc is required (which is the version available in
Debian stretch and jessie-backports). It is not yet working with runc
Debian stretch and jessie-backports). It is not yet working with runc
version 1.0.0: https://trac.torproject.org/projects/tor/ticket/23039
version 1.0.0: https://trac.torproject.org/projects/tor/ticket/23039
Your user account should have
access
sudo access, which is required to
Your user account should have sudo access, which is required to
be able
be able
to extract container file systems, start containers and copy
to extract container file systems, start containers and copy
files to and
files to and
from containers.
from containers.
The sources of most components are downloaded using git, which needs to
The sources of most components are downloaded using git, which needs to
be installed. The sources of webrtc are downloaded using gclient, which
be installed. The sources of webrtc are downloaded using gclient, which
...
@@ -117,7 +117,7 @@ Or set the debug option to 0 in the rbm.local.conf file.
...
@@ -117,7 +117,7 @@ Or set the debug option to 0 in the rbm.local.conf file.
If you want to select the output directory, you can use rbm's --output-dir
If you want to select the output directory, you can use rbm's --output-dir
option. You can look at the Makefile to find the rbm command for what
option. You can look at the Makefile to find the rbm command for what
you want to build, and add the --output-dir option. For example if you
you want to build, and add the --output-dir option. For example
,
if you
want to build Tor Browser nightly for linux-x86_64:
want to build Tor Browser nightly for linux-x86_64:
./rbm/rbm build release --output-dir=/var/builds/nightly/2017-01-23 \
./rbm/rbm build release --output-dir=/var/builds/nightly/2017-01-23 \
...
@@ -168,7 +168,7 @@ Copy the tools/tor-browser-builds-boklm file and edit it to change the
...
@@ -168,7 +168,7 @@ Copy the tools/tor-browser-builds-boklm file and edit it to change the
$ vim tools/tor-browser-builds-$user
$ vim tools/tor-browser-builds-$user
You can now run ./tools/tor-browser-builds-$user to start the build, and
You can now run ./tools/tor-browser-builds-$user to start the build, and
add it to you crontab.
add it to you
r
crontab.
The html build reports will be available in the reports/ directory, and
The html build reports will be available in the reports/ directory, and
the build files in the tor-browser-builds/ directory (unless you changed
the build files in the tor-browser-builds/ directory (unless you changed
...
@@ -192,7 +192,7 @@ Cleaning obsolete files and containers images
...
@@ -192,7 +192,7 @@ Cleaning obsolete files and containers images
You can run 'make clean' to clean old build files and containers that
You can run 'make clean' to clean old build files and containers that
are no longer used in current builds. Before doing that, you need to
are no longer used in current builds. Before doing that, you need to
configure the branches and build targets you are using in the
configure the branches and build targets you are using in the
rbm.local.conf file. The cleaning script will checkout all the configured
rbm.local.conf file. The cleaning script will check
out all the configured
branches to create a list of used build files, and delete the files
branches to create a list of used build files, and delete the files
from the 'out' directory that are not used. If you want to see the list
from the 'out' directory that are not used. If you want to see the list
of files and containers that would be removed without doing it, you can
of files and containers that would be removed without doing it, you can
...
...
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