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

Support building deb packages from .dsc, fetching git branches and commits, & appending git commit revisions to git-based packages #41

Merged
merged 4 commits into from Nov 6, 2018

Conversation

mmstick
Copy link
Member

@mmstick mmstick commented Nov 5, 2018

Closes #33

  • dsc files may now be specified as a possible source location variant
  • The git source location variant now supports specifying a branch and commit
  • Enable automatic changelog updates of git sources, to append the commit to the changelog

Example

[DEBUG] debrep: running "git" "-C" "/home/mmstick/Sources/repo-curated-free/build/cosmic/piserver" "rev-parse" "master"
[DEBUG] debrep: running "dch" "-D" "cosmic" "-l" "~40a78a" "-c" "/home/mmstick/Sources/repo-curated-free/build/cosmic/piserver/debian/changelog" "automatic build of commit 40a78a"
[INFO] debrep: building piserver at changelog version 0.3~40a78a1
building ion-shell at changelog version 1.0.0-alpha0-cosmic2~0bff9e1
[[source]]
name = "ion-shell"
version = "1.0.0-alpha0-cosmic2"

    [source.location]
    dsc = "https://launchpad.net/~mmstick76/+archive/ubuntu/${name}/+sourcefiles/${name}/${version}/${name}_${version}.dsc"
[[source]]
name = "ion-shell"
build_on = "changelog"

    [source.location]
    git = "https://gitlab.redox-os.org/redox-os/ion/"
    branch = "master"
    commit = "0bff9e12"

- dsc files may now be specified as a possible source location variant
- The git source location variant now supports specifying a branch and commit
- The name specified in the suite toml config will define where a source is downloaded to
- Fixed the new git features that were broken, due to not specifying a path
@mmstick mmstick changed the title Support building deb packages from .dsc & fetching git branches and commits Support building deb packages from .dsc, fetching git branches and commits, & appending git commit revisions to git-based packages Nov 5, 2018
@jackpot51 jackpot51 merged commit 08c46a3 into master Nov 6, 2018
@jackpot51 jackpot51 deleted the source-locations branch November 6, 2018 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants