Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
samba
Manage
Activity
Members
Labels
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Samba Team
samba
Compare revisions
2c72b778bc0c58b0bc45fd171f222b3437473749 to 3580da9721ea2b455c799bb716712cbaf6619331
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
samba-team/samba
Select target project
No results found
3580da9721ea2b455c799bb716712cbaf6619331
Select Git revision
Swap
Target
samba-team/samba
Select target project
lts-team/packages/samba
thctlo/samba-lintianfix
arnaudr/samba
jrwren/samba
paride/samba
athos/samba
henrich/samba
cnotin/samba
mimi89999/samba
samba-team/samba
ahasenack/samba
jrtc27/samba
noel/samba
13 results
2c72b778bc0c58b0bc45fd171f222b3437473749
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Add ldb from experimental to build package and run puiparts
· beed86bc
Mathieu Parent
authored
6 years ago
beed86bc
gitlab-ci.yml: Allow samba daemons to start during autopkgtest
· 3580da97
Mathieu Parent
authored
6 years ago
3580da97
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/gitlab-ci.yml
+9
-0
9 additions, 0 deletions
debian/gitlab-ci.yml
debian/gitlab-ci.yml.tpl
+3
-0
3 additions, 0 deletions
debian/gitlab-ci.yml.tpl
with
12 additions
and
0 deletions
debian/gitlab-ci.yml
View file @
3580da97
...
...
@@ -24,6 +24,8 @@ build package:
paths
:
-
${WORKING_DIR}/
script
:
# https://salsa.debian.org/salsa-ci-team/images/merge_requests/8
-
sed -i 's@^\(VOLUMES=".*\)"@\1 -v /etc/apt/sources.list.d:/etc/apt/sources.list.d -v /etc/apt/preferences.d:/etc/apt/preferences.d"@' /usr/local/bin/docker-build.sh
-
gbp pull --ignore-branch --pristine-tar --track-missing
-
gbp buildpackage --git-ignore-branch --git-export-dir=${WORKING_DIR} --git-builder='docker-build.sh registry.salsa.debian.org/salsa-ci-team/images/dockerbuilder'
...
...
@@ -31,6 +33,7 @@ run autopkgtest:
stage
:
test
image
:
registry.salsa.debian.org/salsa-ci-team/images/autopkgtest
script
:
-
eatmydata rm /usr/sbin/policy-rc.d
-
eatmydata autopkgtest -U ${WORKING_DIR}/*.deb --
null
run lintian
:
...
...
@@ -66,6 +69,12 @@ run piuparts:
-
mkdir -p ${CHROOT_PATH}
-
docker export ${CONTAINER_ID} | tar -C ${CHROOT_PATH} -xf -
-
mknod -m 666 ${CHROOT_PATH}/dev/urandom c 1
9
# https://salsa.debian.org/salsa-ci-team/pipeline/merge_requests/29
-
cp -aT /etc/apt/sources.list.d ${CHROOT_PATH}/etc/apt/sources.list.d
-
cp -aT /etc/apt/preferences.d ${CHROOT_PATH}/etc/apt/preferences.d
-
piuparts --hard-link -e ${CHROOT_PATH} ${WORKING_DIR}/*.deb
# End of include
#################################### Below starts the local customization ###################################
before_script
:
-
echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list
-
"
echo
'Package:
ldb-tools
libldb*
python*-ldb*
\n
Pin:
release
a=experimental
\n
Pin-Priority:
500'
>
/etc/apt/preferences.d/experimental.pref"
This diff is collapsed.
Click to expand it.
debian/gitlab-ci.yml.tpl
View file @
3580da97
include: https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
# end of salsa pipeline bot parser
before_script:
- echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list
- "echo 'Package: ldb-tools libldb* python*-ldb*\nPin: release a=experimental\nPin-Priority: 500' > /etc/apt/preferences.d/experimental.pref"
This diff is collapsed.
Click to expand it.