Skip to content
Snippets Groups Projects
Verified Commit aa9c5c24 authored by Sebastian's avatar Sebastian
Browse files

Add flag 'reproduce-upstream' in tor-versions.json

parent 30b86a8f
No related branches found
No related tags found
1 merge request!33Add tor-0.4.7.14
Pipeline #15177 failed
...@@ -28,8 +28,8 @@ ...@@ -28,8 +28,8 @@
"upstream": { "upstream": {
"url": "https://code.briarproject.org/briar/tor-browser-build.git", "url": "https://code.briarproject.org/briar/tor-browser-build.git",
"commit": "tor-0.4.7.14", "commit": "tor-0.4.7.14",
"tor-browser": "12.0.6", "libevent": "2.1.7",
"libevent": "2.1.7" "reproduce-upstream": false
}, },
"timestamp": "201001010000.00" "timestamp": "201001010000.00"
}, },
...@@ -67,7 +67,8 @@ ...@@ -67,7 +67,8 @@
"url": "https://gitlab.torproject.org/tpo/applications/tor-browser-build.git", "url": "https://gitlab.torproject.org/tpo/applications/tor-browser-build.git",
"commit": "tbb-12.0.6-build1", "commit": "tbb-12.0.6-build1",
"tor-browser": "12.0.6", "tor-browser": "12.0.6",
"libevent": "2.1.7" "libevent": "2.1.7",
"reproduce-upstream": true
}, },
"timestamp": "201001010000.00" "timestamp": "201001010000.00"
}, },
... ...
......
...@@ -129,4 +129,5 @@ def compare_with_upstream(versions, arch): ...@@ -129,4 +129,5 @@ def compare_with_upstream(versions, arch):
if __name__ == "__main__": if __name__ == "__main__":
versions = build() versions = build()
if (versions['upstream']['reproduce-upstream']):
compare_output_with_upstream(versions) compare_output_with_upstream(versions)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment