IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
logger.Warn("Failed to fix HEAD for %s/%s: %v",repo.OwnerName,repo.Name,err)
returnnil
}
numReposUpdated++
returnnil
})
iferr!=nil{
logger.Critical("Error when fixing repo HEADs: %v",err)
}
ifautofix{
logger.Info("Out of %d repos, HEADs for %d are now fixed and HEADS for %d are still broken",numRepos,numReposUpdated,numDefaultBranchesBroken+numHeadsBroken-numReposUpdated)