Skip to content

Commit 8ccc929

Browse files
committed
Disable trunk sync to GitHub
1 parent 0d53376 commit 8ccc929

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

hooks/update.sh

-7
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,4 @@ if ! git push github "$newrev:$refname"; then
3131
exit 1
3232
fi
3333

34-
# Mirror master <-> trunk without `push --mirror`, on GitHub side.
35-
# cgit is always mirroed by symbolic ref. TODO: drop trunk (in 2020)
36-
if [ "$refname" = "refs/heads/master" ]; then
37-
log "==> git push github (mirror: $newrev:refs/heads/trunk)"
38-
nohup git push github "$newrev:refs/heads/trunk" > /dev/null 2>&1 &
39-
fi
40-
4134
log "### end ###\n"

0 commit comments

Comments
 (0)