mirror of
https://github.com/git/git.git
synced 2026-01-12 13:53:11 +09:00
Fix shipping of Debs in Meta/Distrib
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
1ad3ae4c17
commit
bf914adf4e
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/.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user