Update projects in gitolite after namespace moved. Added rake task to cleanup garbage from gitolite
This commit is contained in:
parent
8ef7b9b6d1
commit
45b6103997
3 changed files with 45 additions and 1 deletions
|
@ -24,7 +24,7 @@ module NamespacedProject
|
|||
save!
|
||||
end
|
||||
rescue Gitlab::ProjectMover::ProjectMoveError => ex
|
||||
raise TransferError.new(ex.message)
|
||||
raise Project::TransferError.new(ex.message)
|
||||
end
|
||||
|
||||
def name_with_namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue