Skip to content
Snippets Groups Projects
Commit 593e9a62 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

upgpkg: 0.3.0-1

parent 1b110d92
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ variables:
# need to be set
pkg_track: "branch"
pkg_address: "$CI_PROJECT_URL"
stages:
- build
- deploy
......@@ -20,26 +20,26 @@ build_repo:
stage: build
script:
- cp ./${repo_conf} /etc/${repo_conf}
- builder.sh --chdir=trunk
- builder.sh --chdir=trunk --use-repo
retry:
max: 2
artifacts:
name: $CI_PROJECT_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA
expire_in: 2 days
paths:
- "*.pkg.tar.xz"
only:
changes:
- trunk/PKGBUILD
deploy:
stage: deploy
only:
changes:
- trunk/PKGBUILD
script:
- deploy.sh
script:
- deploy.sh
[init-toolchain]
SigLevel = Required
Server = https://repo.obarun.org/init-toolchain
#[obcore-testing]
#SigLevel = Required
#Server = https://repo.obarun.org/obcore-testing/
......
......@@ -11,7 +11,7 @@ pkgname=scandir@-66serv
pkgdesc="Service to create a nested user scandir"
pkgver=0.2.1
pkgver=0.3.0
pkgrel=1
url="https://framagit.org/pkg/obmods/${pkgbase}.git"
......@@ -52,8 +52,8 @@ package() {
arch=('x86_64')
depends=(
'66>=0.5.1.0'
'66-tools>=0.0.6.2'
'66>=0.6.0.0'
'66-tools>=0.0.7.0'
)
optdepends=('dbus-66serv>=0.2.0: support of scandir environment configuration')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment