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
d5a12bf8
Commit
d5a12bf8
authored
Oct 15, 2022
by
Cecylia Bocovich
Committed by
Richard Pospesel
Jan 31, 2023
Browse files
Options
Downloads
Patches
Plain Diff
Bug 41361: Move conjure README to the docs dir
parent
c3c4bd9f
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!618
Conjure Integration with Tor Browser
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
projects/browser/build
+5
-4
5 additions, 4 deletions
projects/browser/build
with
5 additions
and
4 deletions
projects/browser/build
+
5
−
4
View file @
d5a12bf8
...
...
@@ -100,13 +100,14 @@ mv [% c('input_files_by_name/noscript') %] "$TBDIR/$EXTSPATH/{73a6fe31-595d-460b
rm
-
f
aarch64
/
tor
/
pluggable_transports
/
bridges_list
.
*
.
txt
aarch64
/
tor
/
pluggable_transports
/
pt_config
.
json
[
%
END
-%
]
#
Snowflake's README is a documentation shipped in
tor-expert-bundle
#
Move READMEs from
tor-expert-bundle
to the doc dir
mkdir
-
p
"
$TBDIR/$DOCSPATH/snowflake
"
[
%
IF
c
(
"
var/macos_universal
"
)
%
]
"
$TBDIR_AARCH64/$DOCSPATH/snowflake
"
[
%
END
%
]
mv_tbdir
tor
/
pluggable_transports
/
README
.
SNOWFLAKE
.
md
"
$DOCSPATH/snowflake/README.md
"
# WebTunnel's README is a documentation shipped in tor-expert-bundle
mkdir
-
p
"
$TBDIR/$DOCSPATH/webtunnel
"
[
%
IF
c
(
"
var/macos_universal
"
)
%
]
"
$TBDIR_AARCH64/$DOCSPATH/webtunnel
"
[
%
END
%
]
mkdir
-
p
"
$TBDIR/$DOCSPATH/conjure
"
[
%
IF
c
(
"
var/macos_universal
"
)
%
]
"
$TBDIR_AARCH64/$DOCSPATH/conjure
"
[
%
END
%
]
mv_tbdir
tor
/
pluggable_transports
/
README
.
SNOWFLAKE
.
md
"
$DOCSPATH/snowflake/README.md
"
mv_tbdir
tor
/
pluggable_transports
/
README
.
WEBTUNNEL
.
md
"
$DOCSPATH/webtunnel/README.md
"
mv_tbdir
tor
/
pluggable_transports
/
README
.
CONJURE
.
md
"
$DOCSPATH/conjure/README.md
"
# Move the PTs to where TB expects them
mkdir
-
p
"
$TBDIR/$TORBINPATH
"
[
%
IF
c
(
"
var/macos_universal
"
)
%
]
"
$TBDIR_AARCH64/$TORBINPATH
"
[
%
END
%
]
...
...
...
...
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
sign in
to comment