mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-12-17 11:57:02 +01:00
Interim synchronization with internal repository
This is an intermir commit to share what is going on with the development of the new /delta version.
This commit is contained in:
@@ -89,6 +89,7 @@ def build (settings, repository):
|
||||
|
||||
if repository.areTherePendingChanges():
|
||||
if 'install' in settings['versions']:
|
||||
# print "\nWARNING: repository has pending changes\n"
|
||||
raise Exception("repository has pending changes, can't 'install'")
|
||||
else:
|
||||
print "\nWARNING: repository has pending changes\n"
|
||||
@@ -135,7 +136,7 @@ def usage (message):
|
||||
#--------------------------------------------------------------------
|
||||
|
||||
def allFrontends ():
|
||||
return ['beta', 'gamma', 'gamma.mobile']
|
||||
return ['beta', 'gamma', 'delta']
|
||||
|
||||
def allBackends ():
|
||||
return ['php', 'python']
|
||||
|
||||
Reference in New Issue
Block a user