mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Fix makebuildserver after rename, tidy gitignores
This commit is contained in:
parent
96a84afc8a
commit
90c27da3ea
5 changed files with 16 additions and 16 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue