commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 01/01: Fixes


From: Samuel Thibault
Subject: [hurd] 01/01: Fixes
Date: Mon, 23 Sep 2013 22:38:23 +0000

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

sthibault pushed a commit to branch README
in repository hurd.

commit 969d810af0e7753f095bf44fdea53b409899c5c7
Author: Samuel Thibault <address@hidden>
Date:   Tue Sep 24 00:38:19 2013 +0200

    Fixes
---
 README |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README b/README
index f7fbfa6..f02c609 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ git push incubator dde:dde-debian
 git tag -m "New upstream snapshot" -a upstream/dde/$date
 for dir in devnode libbpf libdde-linux26 libddekit libhurd-slab libmachdev
 do
-       git archive HEAD $dir | bzip2 > ../hurd_$date.orig-$dir.tar.bz2
+  git archive HEAD $dir | bzip2 > ../hurd_$date.orig-$dir.tar.bz2
 done
 
 git checkout eth
@@ -23,7 +23,7 @@ git pull . dde-upstream
 git tag -m "New upstream snapshot" -a upstream/eth/$date
 for dir in eth-filter eth-multiplexer
 do
-       git archive HEAD $dir | bzip2 > ../hurd_$date.orig-$dir.tar.bz2
+  git archive HEAD $dir | bzip2 > ../hurd_$date.orig-$dir.tar.bz2
 done
 
 git checkout random
@@ -42,9 +42,10 @@ git tag -m "New upstream snapshot" -a upstream/hurd/$date
 git archive --prefix=hurd-$date/ HEAD | bzip2 > ../hurd_$date.orig.tar.bz2
 
 git checkout upstream-merged
-for dir in devnode libbpf libdde-linux26 libhurd-slab libmachdev eth-filter 
eth-multiplexer random procfs
+rm * -fr
+for dir in devnode libbpf libdde-linux26 libddekit libhurd-slab libmachdev 
eth-filter eth-multiplexer random procfs
 do
-       tar -xf ../hurd_$date.orig-$dir.tar.bz2
+  tar -xf ../hurd_$date.orig-$dir.tar.bz2
 done
 tar --strip-components=1 -xf ../hurd_$date.orig.tar.bz2
 git add -A

-- 
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]