mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
9256b02cc8
It is EOL today: Febuary 28th, 2019 No more releases will occur. Closes #29616 Signed-off-by: David Goulet <dgoulet@torproject.org>
12 lines
263 B
Bash
Executable File
12 lines
263 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# The remote upstream branch on which git.torproject.org/tor.git points to.
|
|
UPSTREAM_BRANCH="upstream"
|
|
|
|
git push $UPSTREAM_BRANCH \
|
|
master \
|
|
{release,maint}-0.4.0 \
|
|
{release,maint}-0.3.5 \
|
|
{release,maint}-0.3.4 \
|
|
{release,maint}-0.2.9
|