summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorbyron jones <byron@glob.com.au>2018-02-28 16:30:39 +0100
committerDylan William Hardison <dylan@hardison.net>2018-02-28 16:30:39 +0100
commitc4702d990440b6881080fed49fad6feb17ea1b3a (patch)
tree7438c2f3e31633ef25256452335073dee5f2d9a9 /scripts
parentbe70f49b07ef6b307ad16fdf163bcc647bee448c (diff)
downloadbugzilla-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-xscripts/generate_bmo_data.pl5
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 => $_,