@@ -246,7 +246,6 projects.each do |project| | |||
|
246 | 246 | repos_path = File.join($repos_base, project.identifier).gsub(File::SEPARATOR, File::ALT_SEPARATOR || File::SEPARATOR) |
|
247 | 247 | |
|
248 | 248 | if File.directory?(repos_path) |
|
249 | ||
|
250 | 249 | # we must verify that repository has the good owner and the good |
|
251 | 250 | # rights before leaving |
|
252 | 251 | other_read = other_read_right?(repos_path) |
@@ -304,9 +303,6 projects.each do |project| | |||
|
304 | 303 | log("\trepository #{repos_path} not registered in Redmine: #{e.message}"); |
|
305 | 304 | end |
|
306 | 305 | end |
|
307 | ||
|
308 | 306 | log("\trepository #{repos_path} created"); |
|
309 | 307 | end |
|
310 | ||
|
311 | 308 | end |
|
312 | No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now