forked from Plemya-x/ALR
		
	Изменение ссылки на gitea.plemya-x.ru
This commit is contained in:
		| @@ -35,7 +35,7 @@ var defaultConfig = &types.Config{ | ||||
| 	Repos: []types.Repo{ | ||||
| 		{ | ||||
| 			Name: "default", | ||||
| 			URL:  "https://gitverse.ru/sc/Xpamych/xpamych-alr-repo.git", | ||||
| 			URL:  "https://gitea.plemya-x.ru/xpamych/ALR.git", | ||||
| 		}, | ||||
| 	}, | ||||
| } | ||||
|   | ||||
| @@ -37,7 +37,7 @@ var testPkg = db.Package{ | ||||
| 		"ru": "Проверочный пакет", | ||||
| 	}), | ||||
| 	Homepage: db.NewJSON(map[string]string{ | ||||
| 		"en": "https://gitverse.ru/Xpamych/ALR/", | ||||
| 		"en": "https://gitea.plemya-x.ru/xpamych/ALR", | ||||
| 	}), | ||||
| 	Maintainer: db.NewJSON(map[string]string{ | ||||
| 		"en": "Evgeniy Khramov <xpamych@yandex.ru>", | ||||
|   | ||||
| @@ -56,7 +56,7 @@ const testScript = ` | ||||
| 	release=1 | ||||
| 	epoch=2 | ||||
| 	desc="Test package" | ||||
| 	homepage='https://gitverse.ru/Xpamych/ALR' | ||||
| 	homepage='//https://gitea.plemya-x.ru/xpamych/ALR' | ||||
| 	maintainer='Евгений Храмов <xpamych@yandex.ru>' | ||||
| 	architectures=('arm64' 'amd64') | ||||
| 	license=('GPL-3.0-or-later') | ||||
| @@ -116,8 +116,8 @@ func TestDecodeVars(t *testing.T) { | ||||
| 		Release:       1, | ||||
| 		Epoch:         2, | ||||
| 		Description:   "Test package", | ||||
| 		Homepage:      "https://gitverse.ru/Xpamych/ALR", | ||||
| 		Maintainer:    "Arsen Musayelyan <arsen@arsenm.dev>", | ||||
| 		Homepage:      "https://gitea.plemya-x.ru/xpamych/ALR", | ||||
| 		Maintainer:    "Евгений Храмов <xpamych@yandex.ru>", | ||||
| 		Architectures: []string{"arm64", "amd64"}, | ||||
| 		Licenses:      []string{"GPL-3.0-or-later"}, | ||||
| 		Provides:      []string{"test"}, | ||||
| @@ -139,8 +139,8 @@ func TestDecodeVarsMissing(t *testing.T) { | ||||
| 		name='test' | ||||
| 		epoch=2 | ||||
| 		desc="Test package" | ||||
| 		homepage='https://gitverse.ru/Xpamych/ALR' | ||||
| 		maintainer='Arsen Musayelyan <arsen@arsenm.dev>' | ||||
| 		homepage='https://gitea.plemya-x.ru/xpamych/ALR' | ||||
| 		maintainer='Евгений Храмов <xpamych@yandex.ru>' | ||||
| 		architectures=('arm64' 'amd64') | ||||
| 		license=('GPL-3.0-or-later') | ||||
| 		provides=('test') | ||||
|   | ||||
| @@ -36,7 +36,7 @@ const testScript = ` | ||||
| 	release=1 | ||||
| 	epoch=2 | ||||
| 	desc="Test package" | ||||
| 	homepage='https://gitverse.ru/Xpamych/ALR' | ||||
| 	homepage='https://gitea.plemya-x.ru/xpamych/ALR' | ||||
| 	maintainer='Евгений Храмов <xpamych@yandex.ru>' | ||||
| 	architectures=('arm64' 'amd64') | ||||
| 	license=('GPL-3.0-or-later') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user