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
b81bc934
Verified
Commit
b81bc934
authored
Aug 15, 2024
by
morgan
Committed by
Pier Angelo Vendrame
Sep 3, 2024
Browse files
Options
Downloads
Patches
Plain Diff
Bug 41213: Update the update_manual.py script to notify when no changes needed
parent
d847a58c
Branches
Branches containing commit
No related tags found
1 merge request
!1029
Bug 41208, 41209: Tor, Mullvad Browser 13.5.3 release preparation.
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/update_manual.py
+2
-1
2 additions, 1 deletion
tools/update_manual.py
with
2 additions
and
1 deletion
tools/update_manual.py
+
2
−
1
View file @
b81bc934
...
...
@@ -94,7 +94,8 @@ def update_manual(auth_token, base_path):
return
update_config
(
base_path
,
pipeline_id
,
sha256
)
if
__name__
==
"
__main__
"
:
if
update_manual
(
load_token
(),
Path
(
__file__
).
parent
.
parent
):
print
(
"
Manual config updated, remember to stage it!
"
)
else
:
print
(
"
Manual already latest
"
)
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