mirror of
https://github.com/git/git.git
synced 2026-01-14 12:48:15 +00:00
Fix shipping of Debs in Meta/Distrib
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
4
Distrib
4
Distrib
@@ -10,7 +10,7 @@ case `hostname` in
|
||||
siamese)
|
||||
scp $0 ${M}:./Distrib
|
||||
cd /chroot/sarge/build/git &&
|
||||
scp git-*_$V-*.deb git-core-$V.tar.gz ${M}:debian/.
|
||||
scp git-*_$V[-.]* git-core-$V.tar.gz ${M}:debian/.
|
||||
exit
|
||||
;;
|
||||
esac
|
||||
@@ -20,7 +20,7 @@ D=$G/debian
|
||||
|
||||
set -x
|
||||
|
||||
ln $HOME/debian/git-*_$V-* $D/.
|
||||
ln $HOME/debian/git-*_$V[-.]* $D/.
|
||||
ln $HOME/debian/git-core-$V.tar.gz $G/.
|
||||
ln $HOME/rpms/RPMS/i386/git-*-$V-* $G/.
|
||||
ln $HOME/rpms/SRPMS/git-*-$V-* $G/.
|
||||
|
||||
Reference in New Issue
Block a user