Skip to content

Commit 1221240

Browse files
committed
drop orig creation
We don't distribute source debs anyway so there's little point in building them.
1 parent 624a8f5 commit 1221240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ local deb_pipeline(image, buildarch='amd64', debarch='amd64', jobs=6) = {
3737
'cd debian',
3838
'eatmydata mk-build-deps -i -r --tool="' + apt_get_quiet + ' -o Debug::pkgProblemResolver=yes --no-install-recommends -y" control',
3939
'cd ..',
40-
"eatmydata gbp buildpackage --git-no-pbuilder --git-builder='debuild --preserve-envvar=CCACHE_*' --git-upstream-tag=HEAD -us -uc -j" + jobs,
40+
"eatmydata gbp buildpackage --git-no-pbuilder --git-builder='debuild --preserve-envvar=CCACHE_*' --git-upstream-tag=HEAD --git-no-create-orig -us -uc -j" + jobs,
4141
'./debian/ci-upload.sh ' + distro + ' ' + debarch,
4242
],
4343
},

0 commit comments

Comments
 (0)