CI: minor update
This commit is contained in:
parent
e5197861ed
commit
d9d0a463d0
1 changed files with 2 additions and 3 deletions
5
debian/.gitlab-ci.yml
vendored
5
debian/.gitlab-ci.yml
vendored
|
@ -3,7 +3,6 @@ variables:
|
||||||
GIT_DEPTH: 128
|
GIT_DEPTH: 128
|
||||||
PB_RESULT: '${CI_PROJECT_DIR}/../${CI_PROJECT_NAME}_${CI_BUILD_REF}_${CI_JOB_NAME}_${CI_JOB_ID}'
|
PB_RESULT: '${CI_PROJECT_DIR}/../${CI_PROJECT_NAME}_${CI_BUILD_REF}_${CI_JOB_NAME}_${CI_JOB_ID}'
|
||||||
LINTIAN_CMD: eval lintian --no-tag-display-limit --info --display-info --color=auto --display-experimental --pedantic "${PB_RESULT}"/*.changes
|
LINTIAN_CMD: eval lintian --no-tag-display-limit --info --display-info --color=auto --display-experimental --pedantic "${PB_RESULT}"/*.changes
|
||||||
ORIGTAR_CMD: origtargz --tar-only
|
|
||||||
# PDEBUILD_CMD: eval pdebuild --use-pdebuild-internal --pbuildersatisfydepends "/usr/lib/pbuilder/pbuilder-satisfydepends-classic" --buildresult "${PB_RESULT}" --debbuildopts -sa
|
# PDEBUILD_CMD: eval pdebuild --use-pdebuild-internal --pbuildersatisfydepends "/usr/lib/pbuilder/pbuilder-satisfydepends-classic" --buildresult "${PB_RESULT}" --debbuildopts -sa
|
||||||
PDEBUILD_CMD: eval pdebuild --use-pdebuild-internal --buildresult "${PB_RESULT}" --debbuildopts -sa
|
PDEBUILD_CMD: eval pdebuild --use-pdebuild-internal --buildresult "${PB_RESULT}" --debbuildopts -sa
|
||||||
EATMYDATA: "yes"
|
EATMYDATA: "yes"
|
||||||
|
@ -12,7 +11,8 @@ variables:
|
||||||
|
|
||||||
.origtargz:
|
.origtargz:
|
||||||
script: &origtargz |
|
script: &origtargz |
|
||||||
${ORIGTAR_CMD}
|
origtargz --clean
|
||||||
|
origtargz --tar-only
|
||||||
rm -rf .git
|
rm -rf .git
|
||||||
|
|
||||||
.pre_build:
|
.pre_build:
|
||||||
|
@ -34,7 +34,6 @@ dpkg-control:
|
||||||
dependencies: []
|
dependencies: []
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
script:
|
script:
|
||||||
- wrap-and-sort --keep-first --trailing-comma # terrible way to fix "Cannot parse: ''" in "cme check dpkg-control".
|
|
||||||
- cme check dpkg-control
|
- cme check dpkg-control
|
||||||
|
|
||||||
dpkg-copyright:
|
dpkg-copyright:
|
||||||
|
|
Loading…
Add table
Reference in a new issue