migrate to gitea

This commit is contained in:
BigfootACA 2024-05-19 17:51:13 +08:00
parent e3be8e58ac
commit 298bf6f241
3 changed files with 9 additions and 52 deletions

View File

@ -1,17 +1,18 @@
pkgbase = qrtr pkgbase = qrtr
pkgdesc = Userspace reference for net/qrtr in the Linux kernel pkgdesc = Userspace reference for net/qrtr in the Linux kernel
pkgver = r95.d0d471c pkgver = r112.8f9b2bc
pkgrel = 1 pkgrel = 2
url = https://github.com/andersson/qrtr url = https://github.com/linux-msm/qrtr
arch = aarch64 arch = aarch64
groups = qcom-icnss-wlan groups = qcom-icnss-wlan
license = BSD-3-Clause license = BSD-3-Clause
makedepends = git makedepends = git
makedepends = make makedepends = meson
makedepends = ninja
makedepends = gcc makedepends = gcc
depends = glibc depends = glibc
provides = qrtr provides = qrtr
source = git+https://github.com/andersson/qrtr source = git+https://gitea.classfun.cn:4443/mirrors/qrtr.git
md5sums = SKIP md5sums = SKIP
pkgname = qrtr pkgname = qrtr

44
Jenkinsfile vendored
View File

@ -1,44 +0,0 @@
pipeline {
agent {
label 'aarch64 && archlinux'
}
stages {
stage('Download Config') {
steps {
dir('jenkins-utils') {
git 'https://gitea.classfun.cn:4443/ci/jenkins-utils'
}
}
}
stage('Cleanup packages') {
steps {
sh 'rm -f *.pkg.tar.*'
}
}
stage('Build') {
steps {
sh 'makepkg --config jenkins-utils/makepkg-aarch64.conf --syncdeps --noconfirm --force'
}
}
stage('Signature packages') {
steps {
withCredentials([
file(credentialsId: 'ci-gpg-file', variable: 'GPG_FILE'),
string(credentialsId: 'ci-gpg-secret', variable: 'GPG_SECRET')
]) {
sh 'python3 jenkins-utils/sign-pkg.py -d . -k "$GPG_FILE" -p "$GPG_SECRET"'
}
}
}
stage('Upload packages') {
steps {
sh 'python3 jenkins-utils/upload-pkg.py -d . -a aarch64'
}
}
stage('Archive') {
steps {
archiveArtifacts artifacts: '*.pkg.tar.*', fingerprint: true
}
}
}
}

View File

@ -4,15 +4,15 @@
pkgname="qrtr" pkgname="qrtr"
pkgdesc="Userspace reference for net/qrtr in the Linux kernel" pkgdesc="Userspace reference for net/qrtr in the Linux kernel"
pkgver=r112.8f9b2bc pkgver=r112.8f9b2bc
pkgrel=1 pkgrel=2
arch=("aarch64") arch=("aarch64")
url="https://github.com/linux-msm/$pkgname" url="https://github.com/linux-msm/qrtr"
license=("BSD-3-Clause") license=("BSD-3-Clause")
groups=("qcom-icnss-wlan") groups=("qcom-icnss-wlan")
depends=("glibc") depends=("glibc")
makedepends=("git" "meson" "ninja" "gcc") makedepends=("git" "meson" "ninja" "gcc")
provides=("$pkgname") provides=("$pkgname")
source=("git+$url") source=("git+https://gitea.classfun.cn:4443/mirrors/qrtr.git")
md5sums=("SKIP") md5sums=("SKIP")
pkgver() { pkgver() {