[X2Go-Commits] [pyhoca-gui] 04/05: Provide script for cleaning up before running bbfreeze.

git-admin at x2go.org git-admin at x2go.org
Fri Feb 7 23:16:29 CET 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pyhoca-gui.

commit 094ae43e65edb87e958108a305b97a3c708c34aa
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