[file-store-4] add rosa_system user for file-store
This commit is contained in:
parent
345e4f698b
commit
e64398f82b
|
@ -3,3 +3,6 @@ ARCHES = %w(i386 i586 x86_64)
|
|||
ARCHES.each do |arch|
|
||||
Arch.find_or_create_by_name arch
|
||||
end
|
||||
|
||||
user = User.new uname: 'rosa_system', email: 'rosa_system@rosalinux.ru', password: SecureRandom.base64
|
||||
user.confirmed_at = Time.now.utc; user.save
|
||||
|
|
Loading…
Reference in New Issue