diff options
author | byron jones <byron@glob.com.au> | 2018-02-28 16:30:39 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-02-28 16:30:39 +0100 |
commit | c4702d990440b6881080fed49fad6feb17ea1b3a (patch) | |
tree | 7438c2f3e31633ef25256452335073dee5f2d9a9 /scripts | |
parent | be70f49b07ef6b307ad16fdf163bcc647bee448c (diff) | |
download | bugzilla-c4702d990440b6881080fed49fad6feb17ea1b3a.tar.gz bugzilla-c4702d990440b6881080fed49fad6feb17ea1b3a.tar.xz |
Bug 1441569 - remove_idle_group_members.pl fails on vagrant box
Create missing automation@bmo.tld user.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/generate_bmo_data.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/generate_bmo_data.pl b/scripts/generate_bmo_data.pl index 526607eff..6356762c8 100755 --- a/scripts/generate_bmo_data.pl +++ b/scripts/generate_bmo_data.pl @@ -162,6 +162,11 @@ my @users = ( realname => 'Nobody; OK to take it and work on it', password => '*' }, + { + login => 'automation@bmo.tld', + realname => 'BMO Automation', + password => '*' + }, map { { login => $_, |