Compare commits

..

2 commits

Author SHA1 Message Date
89ea2ec3f4
user/rmfakecloud: bump
Some checks failed
/ lint (pull_request) Failing after 26s
/ deploy-x86_64 (pull_request) Has been skipped
/ build-x86_64 (pull_request) Failing after 2m31s
/ deploy-aarch64 (pull_request) Has been skipped
/ build-aarch64 (pull_request) Failing after 9m44s
2024-08-11 22:36:14 -04:00
878b7aeb97
forgejo: initial implementation 2024-08-11 22:35:25 -04:00
4 changed files with 40 additions and 22 deletions

View file

@ -13,14 +13,20 @@ jobs:
CI_MERGE_REQUEST_PROJECT_URL: ${{ github.server_url }}/${{ github.repository }} CI_MERGE_REQUEST_PROJECT_URL: ${{ github.server_url }}/${{ github.repository }}
CI_MERGE_REQUEST_TARGET_BRANCH_NAME: ${{ github.base_ref }} CI_MERGE_REQUEST_TARGET_BRANCH_NAME: ${{ github.base_ref }}
steps: steps:
- run: doas apk add nodejs git patch - name: Environment setup
- run: doas wget -P /etc/apk/keys 'https://ayakael.net/pkgs/apk/raw/branch/edge/antoine.martin@protonmail.com-5b3109ad.rsa.pub' run: |
- uses: actions/checkout@v4 doas apk add nodejs git patch
doas wget -P /etc/apk/keys 'https://ayakael.net/pkgs/apk/raw/branch/edge/antoine.martin@protonmail.com-5b3109ad.rsa.pub'
- name: Repo pull
uses: actions/checkout@v4
with: with:
fetch-depth: 500 fetch-depth: 500
- run: doas patch -d / -p1 -i ${{ github.workspace }}/.forgejo/patches/build.patch - name: Package build
- run: build.sh run: |
- uses: forgejo/upload-artifact@v4 doas patch -d / -p1 -i ${{ github.workspace }}/.forgejo/patches/build.patch
build.sh
- name: Package upload
uses: forgejo/upload-artifact@v4
with: with:
name: package name: package
path: packages path: packages
@ -35,8 +41,11 @@ jobs:
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 }}
steps: steps:
- run: apk add nodejs curl findutils git gawk - name: Setting up environment
- uses: actions/checkout@v4 run: apk add nodejs curl findutils git gawk
- uses: forgejo/download-artifact@v4 - name: Repo pull
- name: Deploy to repo uses: actions/checkout@v4
- name: Package download
uses: forgejo/download-artifact@v4
- name: Package deployment
run: ${{ github.workspace }}/.forgejo/bin/deploy.sh run: ${{ github.workspace }}/.forgejo/bin/deploy.sh

View file

@ -13,14 +13,20 @@ jobs:
CI_MERGE_REQUEST_PROJECT_URL: ${{ github.server_url }}/${{ github.repository }} CI_MERGE_REQUEST_PROJECT_URL: ${{ github.server_url }}/${{ github.repository }}
CI_MERGE_REQUEST_TARGET_BRANCH_NAME: ${{ github.base_ref }} CI_MERGE_REQUEST_TARGET_BRANCH_NAME: ${{ github.base_ref }}
steps: steps:
- run: doas apk add nodejs git patch - name: Environment setup
- run: doas wget -P /etc/apk/keys 'https://ayakael.net/pkgs/apk/raw/branch/edge/antoine.martin@protonmail.com-5b3109ad.rsa.pub' run: |
- uses: actions/checkout@v4 doas apk add nodejs git patch
doas wget -P /etc/apk/keys 'https://ayakael.net/pkgs/apk/raw/branch/edge/antoine.martin@protonmail.com-5b3109ad.rsa.pub'
- name: Repo pull
uses: actions/checkout@v4
with: with:
fetch-depth: 500 fetch-depth: 500
- run: doas patch -d / -p1 -i ${{ github.workspace }}/.forgejo/patches/build.patch - name: Package build
- run: build.sh run: |
- uses: forgejo/upload-artifact@v4 doas patch -d / -p1 -i ${{ github.workspace }}/.forgejo/patches/build.patch
build.sh
- name: Package upload
uses: forgejo/upload-artifact@v4
with: with:
name: package name: package
path: packages path: packages
@ -35,8 +41,11 @@ jobs:
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 }}
steps: steps:
- run: apk add nodejs curl findutils git gawk - name: Setting up environment
- uses: actions/checkout@v4 run: apk add nodejs curl findutils git gawk
- uses: forgejo/download-artifact@v4 - name: Repo pull
- name: Deploy to repo uses: actions/checkout@v4
- name: Package download
uses: forgejo/download-artifact@v4
- name: Package deployment
run: ${{ github.workspace }}/.forgejo/bin/deploy.sh run: ${{ github.workspace }}/.forgejo/bin/deploy.sh

View file

@ -4,7 +4,7 @@
pkgname=rmfakecloud pkgname=rmfakecloud
pkgver=0.0.17 pkgver=0.0.17
_gittag=v$pkgver _gittag=v$pkgver
pkgrel=0 pkgrel=1
pkgdesc="A selfhosted cloud for the Remarkable Tablet" pkgdesc="A selfhosted cloud for the Remarkable Tablet"
url="https://github.com/ddvk/rmfakecloud" url="https://github.com/ddvk/rmfakecloud"
arch="all" arch="all"

View file

@ -4,7 +4,7 @@
pkgname=sane pkgname=sane
_pkgname=sane-backends _pkgname=sane-backends
pkgver=1.1.1 pkgver=1.1.1
pkgrel=4 pkgrel=3
pkgdesc="Scanner Access Now Easy - universal scanner interface" pkgdesc="Scanner Access Now Easy - universal scanner interface"
url="http://www.sane-project.org/" url="http://www.sane-project.org/"
arch="all" arch="all"