projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37fb742
)
Add comment about update-archive
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 6 Jan 2010 13:48:28 +0000
(14:48 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 6 Jan 2010 13:48:28 +0000
(14:48 +0100)
id-deb-build/id-pbuild-all.sh
patch
|
blob
|
history
diff --git
a/id-deb-build/id-pbuild-all.sh
b/id-deb-build/id-pbuild-all.sh
index
278302f
..
ce267ba
100755
(executable)
--- a/
id-deb-build/id-pbuild-all.sh
+++ b/
id-deb-build/id-pbuild-all.sh
@@
-32,6
+32,10
@@
if test "$2" = "upload"; then
for dist in ${DEBIAN_DIST}; do
scp ${dist}-*/* ftp.indexdata.dk:/home/ftp/pub/${PRODUCT}/debian/${dist}
done
+ echo "Remember to update APT on ftp.indexdata.dk"
+ echo "cd git-tools/update-archive"
+ echo "sudo su"
+ echo "./update-archive.sh"
exit 0
fi
for dist in ${DEBIAN_DIST} ${UBUNTU_DIST}; do