Added mock build. Part 1

This commit is contained in:
alexey
2025-03-10 23:56:58 +03:00
parent 91fa281237
commit 48b648f46b
8 changed files with 275 additions and 9 deletions

View File

@@ -82,7 +82,6 @@ class GitRepo
repo = Rugged::Repository.new(git_path)
db_info = @db.get_repo_info_by_name(reponame)
unless db_info.nil?
db_info = db_info.first
repos_data = { :reponame => db_info.reponame, :descr => db_info.descr, :public => db_info.public, :full => 1 }
else
result = create_git_db_only(reponame)