Mark Bergsma has uploaded a new change for review. https://gerrit.wikimedia.org/r/302679
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/79/302679/1 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: newchange Gerrit-Change-Id: Ib07e30b1710c7b22265b9bf9d6ac1ad6481707f4 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Mark Bergsma <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
