From 298bf6f24156e3cffe6324c8f1ebe569dd42c63b Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Sun, 19 May 2024 17:51:13 +0800 Subject: [PATCH] migrate to gitea --- .SRCINFO | 11 ++++++----- Jenkinsfile | 44 -------------------------------------------- PKGBUILD | 6 +++--- 3 files changed, 9 insertions(+), 52 deletions(-) delete mode 100644 Jenkinsfile diff --git a/.SRCINFO b/.SRCINFO index d56a735..dfd2d8c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,17 +1,18 @@ pkgbase = qrtr pkgdesc = Userspace reference for net/qrtr in the Linux kernel - pkgver = r95.d0d471c - pkgrel = 1 - url = https://github.com/andersson/qrtr + pkgver = r112.8f9b2bc + pkgrel = 2 + url = https://github.com/linux-msm/qrtr arch = aarch64 groups = qcom-icnss-wlan license = BSD-3-Clause makedepends = git - makedepends = make + makedepends = meson + makedepends = ninja makedepends = gcc depends = glibc provides = qrtr - source = git+https://github.com/andersson/qrtr + source = git+https://gitea.classfun.cn:4443/mirrors/qrtr.git md5sums = SKIP pkgname = qrtr diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index b746f9b..0000000 --- a/Jenkinsfile +++ /dev/null @@ -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 - } - } - } -} diff --git a/PKGBUILD b/PKGBUILD index cad40e1..3dff23c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,15 +4,15 @@ pkgname="qrtr" pkgdesc="Userspace reference for net/qrtr in the Linux kernel" pkgver=r112.8f9b2bc -pkgrel=1 +pkgrel=2 arch=("aarch64") -url="https://github.com/linux-msm/$pkgname" +url="https://github.com/linux-msm/qrtr" license=("BSD-3-Clause") groups=("qcom-icnss-wlan") depends=("glibc") makedepends=("git" "meson" "ninja" "gcc") provides=("$pkgname") -source=("git+$url") +source=("git+https://gitea.classfun.cn:4443/mirrors/qrtr.git") md5sums=("SKIP") pkgver() {