commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 01/01: force creating tags, when taking another snapshot before u


From: Samuel Thibault
Subject: [hurd] 01/01: force creating tags, when taking another snapshot before uploading
Date: Mon, 21 Nov 2016 16:20:02 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch README
in repository hurd.

commit 0b4d62597301e25d4a3076cf12e5f4db8bc4d916
Author: Samuel Thibault <address@hidden>
Date:   Mon Nov 21 17:15:53 2016 +0100

    force creating tags, when taking another snapshot before uploading
---
 README | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 3699130..30b61ae 100644
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ git pull . dde-upstream
 # Move libdde_linux26 files into libdde-linux26
 
 git push incubator dde:dde-debian
-git tag -m "New upstream snapshot" -a upstream/dde/$version$git
+git tag -f -m "New upstream snapshot" -a upstream/dde/$version$git
 for dir in libdde-linux26 libddekit libmachdev
 do
   git archive HEAD $dir | bzip2 > ../hurd_$version$git.orig-$dir.tar.bz2
@@ -29,7 +29,7 @@ git pull . dde-upstream
 
 # Remove files added outside eth-*
 
-git tag -m "New upstream snapshot" -a upstream/eth/$version$git
+git tag -f -m "New upstream snapshot" -a upstream/eth/$version$git
 for dir in eth-filter
 do
   git archive HEAD $dir | bzip2 > ../hurd_$version$git.orig-$dir.tar.bz2
@@ -38,7 +38,7 @@ done
 git checkout upstream
 git pull upstream master
 
-git tag -m "New upstream snapshot" -a upstream/hurd/$version$git
+git tag -f -m "New upstream snapshot" -a upstream/hurd/$version$git
 git archive --prefix=hurd-$version$git/ HEAD | bzip2 > 
../hurd_$version$git.orig.tar.bz2
 
 git checkout upstream-merged
@@ -50,7 +50,7 @@ done
 tar --strip-components=1 -xf ../hurd_$version$git.orig.tar.bz2
 git add -A
 git commit -m "New upstream snapshot"
-git tag -m "New upstream snapshot" -a upstream/$version$git
+git tag -f -m "New upstream snapshot" -a upstream/$version$git
 
 git checkout master
 git pull . upstream-merged

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]