[X2Go-Commits] [pyhoca-gui] 04/08: Provide script for cleaning up before running bbfreeze.
git-admin at x2go.org
git-admin at x2go.org
Fri Feb 21 11:11:05 CET 2014
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch brokerclient
in repository pyhoca-gui.
commit 91a3876242f050820e9e8117143fa3cf2b797722
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Feb 7 22:59:12 2014 +0100
Provide script for cleaning up before running bbfreeze.
---
bbfreeze_cleanup.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/bbfreeze_cleanup.sh b/bbfreeze_cleanup.sh
new file mode 100644
index 0000000..0a5fd40
--- /dev/null
+++ b/bbfreeze_cleanup.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+rm dist/ -Rfv
+find * | egrep ".*\.pyc$" | while read file; do rm -v "$file"; done
--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
More information about the x2go-commits
mailing list