Compare commits
2 commits
9fdda37392
...
94c03e3ae4
Author | SHA1 | Date | |
---|---|---|---|
94c03e3ae4 | |||
b4533b51ec |
4 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
# shellcheck disable=SC3040
|
||||
set -eu -o pipefail
|
||||
|
||||
readonly REPOS="backports user"
|
||||
readonly REPOS="backports ilot"
|
||||
readonly BASEBRANCH=$GITHUB_BASE_REF
|
||||
readonly TARGET_REPO=$CI_ALPINE_REPO
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ index c3b8f7a..f609018
|
|||
|
||||
readonly APORTSDIR=$CI_PROJECT_DIR
|
||||
-readonly REPOS="main community testing non-free"
|
||||
+readonly REPOS="backports user"
|
||||
+readonly REPOS="ilot backports"
|
||||
+readonly ALPINE_REPOS="main community testing"
|
||||
readonly ARCH=$(apk --print-arch)
|
||||
# gitlab variables
|
||||
|
@ -17,7 +17,7 @@ index c3b8f7a..f609018
|
|||
|
||||
: "${REPODEST:=$HOME/packages}"
|
||||
-: "${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}"
|
||||
: "${MAX_ARTIFACT_SIZE:=300000000}" #300M
|
||||
: "${CI_DEBUG_BUILD:=}"
|
||||
|
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
run: |
|
||||
doas apk add nodejs git patch curl
|
||||
cd /etc/apk/keys
|
||||
doas curl -JO https://ayakael.net/api/packages/forge/alpine/key
|
||||
doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key
|
||||
- name: Repo pull
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
container:
|
||||
image: alpine:latest
|
||||
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_USER: ${{ vars.FORGE_REPO_USER }}
|
||||
GITHUB_EVENT_NUMBER: ${{ github.event.number }}
|
||||
|
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
run: |
|
||||
doas apk add nodejs git patch curl
|
||||
cd /etc/apk/keys
|
||||
doas curl -JO https://ayakael.net/api/packages/forge/alpine/key
|
||||
doas curl -JO https://forge.ilot.io/api/packages/ilot/alpine/key
|
||||
- name: Repo pull
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
@ -42,7 +42,7 @@ jobs:
|
|||
container:
|
||||
image: alpine:latest
|
||||
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_USER: ${{ vars.FORGE_REPO_USER }}
|
||||
GITHUB_EVENT_NUMBER: ${{ github.event.number }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue