Ottomata has submitted this change and it was merged. Change subject: gbp: do not set export-dir ......................................................................
gbp: do not set export-dir When attempting to build the package on a labs machine I ended up with the following error: gbp:error: Cannot create output dir /home/jenkins-deploy/build-area/kafka Turns out there is no build-area there and I dont even want to use the home dir as a build area :-) I guess one would want to use its personal configuration file for that: ~/.gbp.conf. Change-Id: I0670e1bb97a31c9e230fc15b273288e56835d528 --- A JENKINS M debian/gbp.conf A jenkins-testfile.py A jenkins.js A jenkins.php 5 files changed, 1 insertion(+), 1 deletion(-) Approvals: Ottomata: Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/JENKINS b/JENKINS new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/JENKINS diff --git a/debian/gbp.conf b/debian/gbp.conf index 2892fb8..9651661 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,6 +1,6 @@ [DEFAULT] debian-branch=debian -export-dir=~/build-area/kafka + # Change the following to use tags # once 0.8 is officially released. upstream-branch=trunk diff --git a/jenkins-testfile.py b/jenkins-testfile.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/jenkins-testfile.py diff --git a/jenkins.js b/jenkins.js new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/jenkins.js diff --git a/jenkins.php b/jenkins.php new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/jenkins.php -- To view, visit https://gerrit.wikimedia.org/r/90716 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0670e1bb97a31c9e230fc15b273288e56835d528 Gerrit-PatchSet: 2 Gerrit-Project: operations/debs/kafka Gerrit-Branch: debian Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Faidon Liambotis <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Ottomata <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
