From 3058f2f158ed3c8f0b5813972713966798e5b3fe Mon Sep 17 00:00:00 2001 From: Robin Wittler Date: Fri, 2 Sep 2011 12:21:54 +0200 Subject: [PATCH] removed useless testertest.py file --- testertest.py | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100755 testertest.py diff --git a/testertest.py b/testertest.py deleted file mode 100755 index 794ca29..0000000 --- a/testertest.py +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- - -import git - -print git - -import git,os - -print git.repo.Repo() -print os.environ.get("GIT_OLD_ID") -print os.environ.get("GIT_NEW_ID") - - -choice = os.environ.get("GIT_TEST") - -if choice == "stable": - print ("You choose the stable environment.") -elif choice == "testing": - print ("You choose the testing environment.") -elif choice == "unstable": - print ("You choose the unstable environment. Good luck!") - - -for name, value in os.environ.items(): - print "%s\t= %s " % (name, value) - -a = open('/tmp/lalala', 'w') -a.write('hallo') -a.close() -- 2.39.5