Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tor-reproducer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
briar
tor-reproducer
Commits
a36fff2d
Commit
a36fff2d
authored
Jun 13, 2023
by
akwizgran
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix-syntax-error' into 'master'
Fix syntax error in import See merge request
!31
parents
9928ebbb
d9a48710
Branches
Branches containing commit
No related tags found
1 merge request
!31
Fix syntax error in import
Pipeline
#14883
passed with warnings
Jun 13, 2023
Stage: build
Stage: test
Stage: release
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
upstream/build_tor_macos.py
+1
-1
1 addition, 1 deletion
upstream/build_tor_macos.py
with
1 addition
and
1 deletion
upstream/build_tor_macos.py
+
1
−
1
View file @
a36fff2d
...
@@ -5,7 +5,7 @@ from subprocess import check_call
...
@@ -5,7 +5,7 @@ from subprocess import check_call
import
hashlib
import
hashlib
import
utils
import
utils
from
utils
import
get_version
,
get_build_versions
,
reset_time
,
create_sources_jar
\
from
utils
import
get_version
,
get_build_versions
,
reset_time
,
create_sources_jar
,
\
get_sources_file_name
,
get_output_dir
,
get_sha256
,
pack
,
create_pom_file
get_sources_file_name
,
get_output_dir
,
get_sha256
,
pack
,
create_pom_file
from
pathlib
import
Path
from
pathlib
import
Path
import
tarfile
import
tarfile
...
...
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