Mark Bergsma has submitted this change and it was merged. Change subject: Update README.md for BACKPORTS=yes option ......................................................................
Update README.md for BACKPORTS=yes option Change-Id: Ib07e30b1710c7b22265b9bf9d6ac1ad6481707f4 --- M modules/package_builder/README.md 1 file changed, 9 insertions(+), 0 deletions(-) Approvals: Mark Bergsma: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/package_builder/README.md b/modules/package_builder/README.md index 794f2c4..445731d 100644 --- a/modules/package_builder/README.md +++ b/modules/package_builder/README.md @@ -76,6 +76,15 @@ The commands above are equivalent and will both build a package for the jessie distribution using the Wikimedia apt repository. +Backports repos +=============== + +Packages from the Debian backports repositories can be used to satisfy +dependencies as well. To use the backports repository for the distribution +selected (e.g. jessie-backports), use: + + DIST=jessie BACKPORTS=yes pdebuild + git-buildpackage ================ -- To view, visit https://gerrit.wikimedia.org/r/302679 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib07e30b1710c7b22265b9bf9d6ac1ad6481707f4 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Mark Bergsma <[email protected]> Gerrit-Reviewer: Mark Bergsma <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
