https://bugzilla.novell.com/show_bug.cgi?id=238672 ------- Comment #4 from poeml@novell.com 2007-01-25 05:54 MST ------- I'm committing the following fix for now: Index: buildservice/src/frontend/db/migrate/004_add_repositories.rb =================================================================== --- buildservice/src/frontend/db/migrate/004_add_repositories.rb (revision 1106) +++ buildservice/src/frontend/db/migrate/004_add_repositories.rb (working copy) @@ -24,6 +24,15 @@ Architecture.create :name => "i586" Architecture.create :name => "x86_64" + Architecture.create :name => "ppc" + Architecture.create :name => "ppc64" + Architecture.create :name => "s390" + Architecture.create :name => "s390x" + Architecture.create :name => "ia64" + Architecture.create :name => "mips" + Architecture.create :name => "armv4l" + Architecture.create :name => "sparc" + Architecture.create :name => "sparc64" create_table :architectures_repositories, :id => false do |t| t.column "repository_id", :integer -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.