Move from putey.net to brepo.ru
This commit is contained in:
@@ -49,7 +49,7 @@ if [ -z "$branch" ]; then
|
||||
else
|
||||
# Check that requested branch exists
|
||||
echo "Checking for existence of $branch branch..."
|
||||
branch_check=$(curl -s --head -w %{http_code} "https://dev.putey.net/bayrepo/hestiacp/raw/branch/master/src/rpm/hestia/control" -o /dev/null)
|
||||
branch_check=$(curl -s --head -w %{http_code} "https://dev.brepo.ru/bayrepo/hestiacp/raw/branch/master/src/rpm/hestia/control" -o /dev/null)
|
||||
if [ "$branch_check" -ne "200" ]; then
|
||||
echo "Error: invalid branch name specified."
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user