Add a dummy user/password to the openSUSE:Factory section

See https://github.com/openSUSE/osc/issues/667 - we might want to remove
the feature to override settings locally this way and stop mangling with
osc's config file
This commit is contained in:
Stephan Kulow 2019-11-04 11:06:19 +01:00
parent fe4f121993
commit 0cb54b8be0
3 changed files with 6 additions and 1 deletions

View File

@ -17,7 +17,7 @@ services:
command: /usr/sbin/memcached -u memcached
api:
<<: *obs
command: chroot --userspec=wwwrun / /bin/bash -c "cd /srv/www/obs/api && /usr/bin/bundle exec rails s -e production"
command: chroot --userspec=wwwrun / /bin/bash -c "cd /srv/www/obs/api && rake ts:rebuild && /usr/bin/bundle exec rails s -e production"
depends_on:
- db
- cache

View File

@ -103,4 +103,6 @@ pass=opensuse
#keyring = 1
[openSUSE:Factory]
user=dummy
pass=dummy
overridden-by-local = local

View File

@ -7,5 +7,8 @@ user=Admin
pass=opensuse
[openSUSE:Factory]
# https://github.com/openSUSE/osc/issues/667
user=dummy
pass=dummy
overridden-by-local = local