move to ilot.io
Some checks failed
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Failing after 0s
/ lint (pull_request) Successful in 29s
/ build-x86_64 (pull_request) Failing after 34s
/ deploy-x86_64 (pull_request) Has been skipped

This commit is contained in:
Antoine Martin 2024-08-24 18:47:34 -04:00
parent 44aac78b15
commit 746a4d68de
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
4 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
# shellcheck disable=SC3040 # shellcheck disable=SC3040
set -eu -o pipefail set -eu -o pipefail
readonly REPOS="backports user" readonly REPOS="backports ilot"
readonly BASEBRANCH=$GITHUB_BASE_REF readonly BASEBRANCH=$GITHUB_BASE_REF
readonly TARGET_REPO=$CI_ALPINE_REPO readonly TARGET_REPO=$CI_ALPINE_REPO

View file

@ -9,7 +9,7 @@ index c3b8f7a..f609018
readonly APORTSDIR=$CI_PROJECT_DIR readonly APORTSDIR=$CI_PROJECT_DIR
-readonly REPOS="main community testing non-free" -readonly REPOS="main community testing non-free"
+readonly REPOS="backports user" +readonly REPOS="ilot backports"
+readonly ALPINE_REPOS="main community testing" +readonly ALPINE_REPOS="main community testing"
readonly ARCH=$(apk --print-arch) readonly ARCH=$(apk --print-arch)
# gitlab variables # gitlab variables
@ -17,7 +17,7 @@ index c3b8f7a..f609018
: "${REPODEST:=$HOME/packages}" : "${REPODEST:=$HOME/packages}"
-: "${MIRROR:=https://dl-cdn.alpinelinux.org/alpine}" -: "${MIRROR:=https://dl-cdn.alpinelinux.org/alpine}"
+: "${MIRROR:=https://ayakael.net/api/packages/forge/alpine}" +: "${MIRROR:=https://forge.ilot.io/api/packages/ilot/alpine}"
+: "${ALPINE_MIRROR:=http://dl-cdn.alpinelinux.org/alpine}" +: "${ALPINE_MIRROR:=http://dl-cdn.alpinelinux.org/alpine}"
: "${MAX_ARTIFACT_SIZE:=300000000}" #300M : "${MAX_ARTIFACT_SIZE:=300000000}" #300M
: "${CI_DEBUG_BUILD:=}" : "${CI_DEBUG_BUILD:=}"

View file

@ -42,7 +42,7 @@ jobs:
container: container:
image: alpine:latest image: alpine:latest
env: env:
CI_ALPINE_REPO: 'https://ayakael.net/api/packages/forge/alpine' CI_ALPINE_REPO: 'https://forge.ilot.io/api/packages/ilot/alpine'
FORGE_REPO_TOKEN: ${{ secrets.FORGE_REPO_TOKEN }} FORGE_REPO_TOKEN: ${{ secrets.FORGE_REPO_TOKEN }}
FORGE_REPO_USER: ${{ vars.FORGE_REPO_USER }} FORGE_REPO_USER: ${{ vars.FORGE_REPO_USER }}
GITHUB_EVENT_NUMBER: ${{ github.event.number }} GITHUB_EVENT_NUMBER: ${{ github.event.number }}

View file

@ -42,7 +42,7 @@ jobs:
container: container:
image: alpine:latest image: alpine:latest
env: env:
CI_ALPINE_REPO: 'https://ayakael.net/api/packages/forge/alpine' CI_ALPINE_REPO: 'https://forge.ilot.io/api/packages/ilot/alpine'
FORGE_REPO_TOKEN: ${{ secrets.FORGE_REPO_TOKEN }} FORGE_REPO_TOKEN: ${{ secrets.FORGE_REPO_TOKEN }}
FORGE_REPO_USER: ${{ vars.FORGE_REPO_USER }} FORGE_REPO_USER: ${{ vars.FORGE_REPO_USER }}
GITHUB_EVENT_NUMBER: ${{ github.event.number }} GITHUB_EVENT_NUMBER: ${{ github.event.number }}