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