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

View file

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

View file

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