From bf4561944165a8433532e631bd4d903c49c16ff5 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Sat, 13 Oct 2012 13:35:35 +0100 Subject: [PATCH] Don't push all tags when releasing tmux Pushing all tags with "git push --tags" will also transfer tags from the tmux-openbsd repository which isn't what we want to do! Therefore, just specify the newly created tag to push instead for the next release. --- SYNCING | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SYNCING b/SYNCING index d32a8c60..9de21606 100644 --- a/SYNCING +++ b/SYNCING @@ -41,7 +41,7 @@ This involves having both tmux and tmux-openbsd cloned, as in: % git clone ssh://${USER}@tmux.git.sf.net/gitroot/tmux/tmux % git clone ssh://${USER}@tmux.git.sf.net/gitroot/tmux/tmux-openbsd -Note that you do not need additoinal checkouts to manage the sync -- an +Note that you do not need additional checkouts to manage the sync -- an existing clone of either repositories will suffice. So if you already have these checkouts existing, skip that. @@ -150,7 +150,7 @@ Release tmux for next version Push the tag out with: - % git push --tags + % git push 1.X 4. Build the tarball with make dist. Now that it's using autoconf there shouldn't be any weird files (such as the original and rejection files