projects
/
puri-unicode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ed8a1b
)
r10042: add umask to upload scripts
author
Kevin M. Rosenberg
<kevin@rosenberg.net>
Tue, 28 Sep 2004 06:20:21 +0000
(06:20 +0000)
committer
Kevin M. Rosenberg
<kevin@rosenberg.net>
Tue, 28 Sep 2004 06:20:21 +0000
(06:20 +0000)
debian/upload.sh
patch
|
blob
|
history
diff --git
a/debian/upload.sh
b/debian/upload.sh
index
51c393b
..
20ad156
100755
(executable)
--- a/
debian/upload.sh
+++ b/
debian/upload.sh
@@
-1,3
+1,3
@@
#!/bin/bash -e
-dup puri -Uftp.b9.com -D/home/ftp/puri -C"/home/kevin/bin/remove-old-versions puri latest" -su $*
+dup puri -Uftp.b9.com -D/home/ftp/puri -C"(umask 022; /home/kevin/bin/remove-old-versions puri latest)" -su $*