mirror of
https://github.com/munin-monitoring/muninlite.git
synced 2024-12-22 13:52:13 +01:00
Ignore .svn in release
git-svn-id: svn://svn.code.sf.net/p/muninlite/code/muninlite@36 35caa317-6b62-4e8a-81c0-b04f0c356266
This commit is contained in:
parent
306445b574
commit
22468a04a1
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -42,6 +42,7 @@ tgz: clean-node
|
||||||
mkdir -p releases; \
|
mkdir -p releases; \
|
||||||
cp -ra . releases/muninlite-$$VERSION 2>/dev/null || true; \
|
cp -ra . releases/muninlite-$$VERSION 2>/dev/null || true; \
|
||||||
cd releases; \
|
cd releases; \
|
||||||
rm -rf muninlite-$$VERSION/releases; \
|
rm -rf muninlite-$$VERSION/releases; \
|
||||||
|
rm -rf muninlite-$$VERSION/.svn; \
|
||||||
tar zcvf muninlite-$$VERSION.tar.gz muninlite-$$VERSION >/dev/null; \
|
tar zcvf muninlite-$$VERSION.tar.gz muninlite-$$VERSION >/dev/null; \
|
||||||
rm -rf muninlite-$$VERSION;
|
rm -rf muninlite-$$VERSION;
|
||||||
|
|
Loading…
Reference in a new issue