[file-store-4] add rosa_system user for file-store

This commit is contained in:
Alexander Machehin 2012-11-02 23:21:28 +06:00
parent 345e4f698b
commit e64398f82b
1 changed files with 3 additions and 0 deletions

View File

@ -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