insert stop before doing the real publication

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-12-02 06:30:41 +01:00
parent 6dfe0481ae
commit 044790f9b6
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ clean: all
rm -rf ${DESTDIR}
public: all
@echo "Press return to publish..."
@read avariable
git push --mirror
find ${DESTDIR} -type f -exec chmod 0644 {} \;
find ${DESTDIR} -type d -exec chmod 0755 {} \;