Strip whitespace from ALL the things.
This commit is contained in:
parent
f6dd8b0a4d
commit
716d7a737b
171 changed files with 807 additions and 807 deletions
10
initdb.py
10
initdb.py
|
@ -28,7 +28,7 @@ SAMPLE_CMDS = [["/bin/bash"],
|
|||
["/bin/sh", "-c",
|
||||
"sed -i 's/#\\(force_color_prompt\\)/\\1/' /etc/skel/.bashrc"],
|
||||
["/bin/sh", "-c", "#(nop) EXPOSE [8080]"],
|
||||
["/bin/sh", "-c",
|
||||
["/bin/sh", "-c",
|
||||
"#(nop) MAINTAINER Jake Moshenko <jake@devtable.com>"],
|
||||
None]
|
||||
|
||||
|
@ -152,7 +152,7 @@ def setup_database_for_testing(testcase):
|
|||
|
||||
global db_initialized_for_testing
|
||||
if not db_initialized_for_testing:
|
||||
logger.debug('Setting up DB for testing.')
|
||||
logger.debug('Setting up DB for testing.')
|
||||
|
||||
# Setup the database.
|
||||
wipe_database()
|
||||
|
@ -191,7 +191,7 @@ def initialize_database():
|
|||
LoginService.create(name='ldap')
|
||||
|
||||
BuildTriggerService.create(name='github')
|
||||
|
||||
|
||||
LogEntryKind.create(name='account_change_plan')
|
||||
LogEntryKind.create(name='account_change_cc')
|
||||
LogEntryKind.create(name='account_change_password')
|
||||
|
@ -231,7 +231,7 @@ def initialize_database():
|
|||
LogEntryKind.create(name='create_prototype_permission')
|
||||
LogEntryKind.create(name='modify_prototype_permission')
|
||||
LogEntryKind.create(name='delete_prototype_permission')
|
||||
|
||||
|
||||
LogEntryKind.create(name='setup_repo_trigger')
|
||||
LogEntryKind.create(name='delete_repo_trigger')
|
||||
|
||||
|
@ -498,7 +498,7 @@ def populate_database():
|
|||
week_ago = today - timedelta(6)
|
||||
six_ago = today - timedelta(5)
|
||||
four_ago = today - timedelta(4)
|
||||
|
||||
|
||||
model.log_action('org_create_team', org.username, performer=new_user_1,
|
||||
timestamp=week_ago, metadata={'team': 'readers'})
|
||||
|
||||
|
|
Reference in a new issue