Fix makebuildserver after rename, tidy gitignores

This commit is contained in:
Daniel Martí 2013-12-30 17:18:45 +01:00
parent e7a21980f5
commit a33fddce07
5 changed files with 16 additions and 16 deletions

View file

@ -44,7 +44,7 @@ options, args = parser.parse_args()
config = {}
execfile('makebs.config.py', config)
if not os.path.exists('makebuildserver.py') or not os.path.exists(serverdir):
if not os.path.exists('makebuildserver') or not os.path.exists(serverdir):
print 'This must be run from the correct directory!'
sys.exit(1)