Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
briar
tor-reproducer
Commits
2f9180e4
Commit
2f9180e4
authored
Jul 23, 2018
by
akwizgran
Browse files
Install fastjar.
parent
9f543f7e
Pipeline
#1884
failed with stages
in 30 minutes and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build-tor.py
View file @
2f9180e4
...
@@ -48,7 +48,7 @@ def main():
...
@@ -48,7 +48,7 @@ def main():
jar_name
=
get_sources_file_name
(
versions
)
jar_name
=
get_sources_file_name
(
versions
)
jar_path
=
os
.
path
.
abspath
(
os
.
path
.
join
(
REPO_DIR
,
jar_name
))
jar_path
=
os
.
path
.
abspath
(
os
.
path
.
join
(
REPO_DIR
,
jar_name
))
rel_paths
=
[
os
.
path
.
relpath
(
f
,
external_dir
)
for
f
in
sorted
(
jar_files
)]
rel_paths
=
[
os
.
path
.
relpath
(
f
,
external_dir
)
for
f
in
sorted
(
jar_files
)]
check_call
([
'jar'
,
'c
n
f'
,
jar_path
]
+
rel_paths
,
cwd
=
external_dir
)
check_call
([
'jar'
,
'cf'
,
jar_path
]
+
rel_paths
,
cwd
=
external_dir
)
# create POM file from template
# create POM file from template
tor_version
=
get_tor_version
(
versions
)
tor_version
=
get_tor_version
(
versions
)
...
...
install-dependencies.sh
View file @
2f9180e4
...
@@ -12,4 +12,5 @@ apt-get install -y --no-install-recommends \
...
@@ -12,4 +12,5 @@ apt-get install -y --no-install-recommends \
autopoint
\
autopoint
\
libtool
\
libtool
\
automake
\
automake
\
binutils-multiarch
binutils-multiarch
\
fastjar
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