Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bddeb: new --packaging-branch argument to pull packaging from branch #576

Merged
merged 10 commits into from
Oct 19, 2020

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    b5fa237 View commit details
    Browse the repository at this point in the history
  2. bddeb: add --packaging-branch argument

    bddeb normally builds a .deb package using the template packaging files
    in packages/debian/.
    
    The new --packaging-branch argument allows to specify a git branch where
    to pull the packaging (i.e. the debian/ directory) from. This is useful
    to build a .deb package from master with the very same packaging which
    is used for the uploads. The contents of debian/patches is excluded.
    paride committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    fdc4205 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f988730 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52c8382 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b0b5ca View commit details
    Browse the repository at this point in the history
  6. Fix typo in cloudinit/subp.py

    Co-authored-by: Ryan Harper <rharper@woxford.com>
    paride and raharper committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    cfeff88 View commit details
    Browse the repository at this point in the history
  7. write_debian_folder_from_branch: fix format string

    Co-authored-by: Ryan Harper <rharper@woxford.com>
    paride and raharper committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    f93c1a0 View commit details
    Browse the repository at this point in the history
  8. Drop unrelated newline

    paride committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    e5ab46f View commit details
    Browse the repository at this point in the history
  9. bddeb: give hint on checking out the packaging branch

    If the packaging branch is missing hint the user to do a local checkout
    of the branch.
    paride committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    71a972b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    868cefc View commit details
    Browse the repository at this point in the history