migrate to gitea

This commit is contained in:
BigfootACA 2024-05-19 17:57:30 +08:00
parent ab37c8eb54
commit 50c6a479c8
3 changed files with 6 additions and 50 deletions

View File

@ -1,17 +1,18 @@
pkgbase = rmtfs pkgbase = rmtfs
pkgdesc = Qualcomm Remote Filesystem Service Implementation pkgdesc = Qualcomm Remote Filesystem Service Implementation
pkgver = r58.695d066 pkgver = r58.695d066
pkgrel = 1 pkgrel = 2
url = https://github.com/linux-msm/rmtfs url = https://github.com/andersson/rmtfs
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 = make
makedepends = gcc makedepends = gcc
makedepends = qmic
depends = qrtr depends = qrtr
depends = libudev.so depends = libudev.so
source = git+https://github.com/linux-msm/rmtfs source = git+https://gitea.classfun.cn:4443/mirrors/rmtfs.git
source = udev.rules source = udev.rules
md5sums = SKIP md5sums = SKIP
md5sums = 1e827788992863c3e8562e288f65ee05 md5sums = 1e827788992863c3e8562e288f65ee05

45
Jenkinsfile vendored
View File

@ -1,45 +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 'sudo pacman -Syy'
sh 'makepkg --config jenkins-utils/makepkg-aarch64.conf --syncdeps --force --noconfirm'
}
}
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,14 +4,14 @@
pkgname="rmtfs" pkgname="rmtfs"
pkgdesc="Qualcomm Remote Filesystem Service Implementation" pkgdesc="Qualcomm Remote Filesystem Service Implementation"
pkgver=r58.695d066 pkgver=r58.695d066
pkgrel=1 pkgrel=2
arch=("aarch64") arch=("aarch64")
url="https://github.com/andersson/$pkgname" url="https://github.com/andersson/$pkgname"
license=("BSD-3-Clause") license=("BSD-3-Clause")
groups=("qcom-icnss-wlan") groups=("qcom-icnss-wlan")
depends=("qrtr" "libudev.so") depends=("qrtr" "libudev.so")
makedepends=("git" "make" "gcc" "qmic") makedepends=("git" "make" "gcc" "qmic")
source=("git+$url" "udev.rules") source=("git+https://gitea.classfun.cn:4443/mirrors/rmtfs.git" "udev.rules")
md5sums=("SKIP" "1e827788992863c3e8562e288f65ee05") md5sums=("SKIP" "1e827788992863c3e8562e288f65ee05")
pkgver() { pkgver() {