From 5b8938111520eee6671c68f4cbeb9f1d50543e3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sat, 24 Aug 2024 12:55:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8=20=D0=BD?= =?UTF-8?q?=D0=B0=20gitea.plemya-x.ru?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .goreleaser.yaml | 6 +++--- Makefile | 4 +--- README.md | 8 +++++--- internal/config/config.go | 2 +- internal/db/db_test.go | 2 +- internal/shutils/decoder/decoder_test.go | 10 +++++----- internal/shutils/handlers/exec_test.go | 2 +- pkg/repos/find_test.go | 2 +- pkg/repos/pull_test.go | 2 +- scripts/install.sh | 2 +- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index cdd9058..9f53648 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -7,7 +7,7 @@ builds: - CGO_ENABLED=0 binary: alr ldflags: - - -X https://gitverse.ru/Xpamych/ALR/content/master/internal/config.Version={{.Version}} + - -X gitea.plemya-x.ru/xpamych/ALR/src/branch/master/internal/config.Version={{.Version}} goos: - linux goarch: @@ -39,7 +39,7 @@ nfpms: {{- else if .Arch | eq "arm64"}}aarch64 {{- else }}{{ .Arch }}{{ end -}} description: "Any Linux Repository" - homepage: 'https://gitverse.ru/Xpamych/ALR' + homepage: 'https://gitea.plemya-x.ru/xpamych/ALR' maintainer: 'Евгений Храмов ' license: GPLv3 formats: @@ -60,7 +60,7 @@ nfpms: dst: /usr/share/zsh/site-functions/_alr aurs: - name: linux-user-repository-bin - homepage: 'https://gitverse.ru/Xpamych/ALR' + homepage: 'https://gitea.plemya-x.ru/xpamych/ALR' description: "Any Linux Repository" maintainers: - 'Евгений Храмов ' diff --git a/Makefile b/Makefile index 0b41c1c..91dc4d2 100644 --- a/Makefile +++ b/Makefile @@ -17,9 +17,7 @@ build: check-no-root $(BIN) export CGO_ENABLED := 0 $(BIN): - go build \ - -ldflags="-X 'gitverse.ru/Xpamych/ALR/internal/config.Version=$(GIT_VERSION)'" \ - -o $@ + go build -ldflags="-X 'gitea.plemya-x.ru/xpamych/ALR/internal/config.Version=$(GIT_VERSION)'" -o $@ check-no-root: @if [[ "$$(whoami)" == 'root' ]]; then \ diff --git a/README.md b/README.md index 82030b3..80408d7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ ALR написан на чистом Go и после сборки не имее curl -fsSL plemya-x.ru/alr/install.sh | bash ``` -**ВАЖНО**: При этом скрипт будет загружен и запущен с . Пожалуйста, просматривайте любые скрипты, которые вы скачиваете из Интернета (включая этот), прежде чем запускать их. +**ВАЖНО**: При этом скрипт будет загружен и запущен с . Пожалуйста, просматривайте любые скрипты, которые вы скачиваете из Интернета (включая этот), прежде чем запускать их. ### Сборка из исходного кода @@ -42,16 +42,18 @@ ALR был создан потому, что упаковка программн ## Документация -Документация по всем этим вопросам находится в [Wiki](https://gitverse.ru/Xpamych/ALR). +Документация по всем этим вопросам находится в [Wiki](https://gitea.plemya-x.ru/xpamych/ALR/wiki/Home). --- ## Репозитории -Репозитории alr - это git-хранилища, которые содержат каталог для каждого пакета с файлом `alr.sh` внутри. Файл `alr.sh` содержит все инструкции по сборке пакета и информацию о нем. Скрипты `alr.sh` аналогичны скриптам Aur PKGBUILD. +Репозитории alr - это git-хранилища, которые содержат каталог для каждого пакета с файлом `alr.sh` внутри. Файл `alr.sh` содержит все инструкции по сборке пакета и информацию о нем. Скрипты `alr.sh` аналогичны скриптам Aur PKGBUILD. Репозиторий [по-умолчанию](https://gitea.plemya-x.ru/xpamych/xpamych-alr-repo.git). --- ## Соцсети +VK - https://vk.com/plemya_kh + Discord - https://discord.com/channels/817759634105827358/1261631565084233749 Telegram - https://t.me/plemyakh diff --git a/internal/config/config.go b/internal/config/config.go index 2ae3b32..965d8dd 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -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", }, }, } diff --git a/internal/db/db_test.go b/internal/db/db_test.go index e986b67..9e38ee6 100644 --- a/internal/db/db_test.go +++ b/internal/db/db_test.go @@ -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 ", diff --git a/internal/shutils/decoder/decoder_test.go b/internal/shutils/decoder/decoder_test.go index 1159f98..b757581 100644 --- a/internal/shutils/decoder/decoder_test.go +++ b/internal/shutils/decoder/decoder_test.go @@ -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='Евгений Храмов ' 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 ", + Homepage: "https://gitea.plemya-x.ru/xpamych/ALR", + Maintainer: "Евгений Храмов ", 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 ' + homepage='https://gitea.plemya-x.ru/xpamych/ALR' + maintainer='Евгений Храмов ' architectures=('arm64' 'amd64') license=('GPL-3.0-or-later') provides=('test') diff --git a/internal/shutils/handlers/exec_test.go b/internal/shutils/handlers/exec_test.go index 0e0b739..56f38cd 100644 --- a/internal/shutils/handlers/exec_test.go +++ b/internal/shutils/handlers/exec_test.go @@ -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='Евгений Храмов ' architectures=('arm64' 'amd64') license=('GPL-3.0-or-later') diff --git a/pkg/repos/find_test.go b/pkg/repos/find_test.go index 0f9bca1..f435489 100644 --- a/pkg/repos/find_test.go +++ b/pkg/repos/find_test.go @@ -44,7 +44,7 @@ func TestFindPkgs(t *testing.T) { err = repos.Pull(ctx, []types.Repo{ { Name: "default", - URL: "https://gitverse.ru/sc/Xpamych/xpamych-alr-repo.git", + URL: "https://gitea.plemya-x.ru/xpamych/xpamych-alr-repo.git", }, }) if err != nil { diff --git a/pkg/repos/pull_test.go b/pkg/repos/pull_test.go index 0fb365e..af1db65 100644 --- a/pkg/repos/pull_test.go +++ b/pkg/repos/pull_test.go @@ -81,7 +81,7 @@ func TestPull(t *testing.T) { err = repos.Pull(ctx, []types.Repo{ { Name: "default", - URL: "https://gitverse.ru/sc/Xpamych/xpamych-alr-repo.git", + URL: "https://gitea.plemya-x.ru/xpamych/ALR.git", }, }) if err != nil { diff --git a/scripts/install.sh b/scripts/install.sh index bd9a5e2..8b97e66 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -109,7 +109,7 @@ if [ -z "$noPkgMgr" ]; then info "Готово!" else info "Клонирование репозитория ALR" - git clone https://gitverse.ru/sc/Xpamych/ALR.git /tmp/alr + git clone https://gitea.plemya-x.ru/xpamych/ALR.git /tmp/alr info "Установка ALR" cd /tmp/alr