migrate to gitea
This commit is contained in:
parent
671132b935
commit
8837158e50
4
.SRCINFO
4
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = qbootctl
|
||||
pkgdesc = Qualcomm bootctl HAL for Linux
|
||||
pkgver = r27.b8d2248
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://gitlab.com/sdm845-mainline/qbootctl
|
||||
arch = aarch64
|
||||
license = GPL3
|
||||
@ -11,7 +11,7 @@ pkgbase = qbootctl
|
||||
depends = glibc
|
||||
depends = zlib
|
||||
depends = gcc-libs
|
||||
source = git+https://gitlab.com/sdm845-mainline/qbootctl
|
||||
source = git+https://gitea.classfun.cn:4443/mirrors/qbootctl.git
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = qbootctl
|
||||
|
45
Jenkinsfile
vendored
45
Jenkinsfile
vendored
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
4
PKGBUILD
4
PKGBUILD
@ -3,13 +3,13 @@
|
||||
pkgname="qbootctl"
|
||||
pkgdesc="Qualcomm bootctl HAL for Linux"
|
||||
pkgver=r27.b8d2248
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=("aarch64")
|
||||
url="https://gitlab.com/sdm845-mainline/qbootctl"
|
||||
license=("GPL3")
|
||||
depends=("glibc" "zlib" "gcc-libs")
|
||||
makedepends=("git" "meson" "gcc")
|
||||
source=("git+$url")
|
||||
source=("git+https://gitea.classfun.cn:4443/mirrors/qbootctl.git")
|
||||
md5sums=("SKIP")
|
||||
|
||||
pkgver() {
|
||||
|
Loading…
Reference in New Issue
Block a user