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

Add packaging/docker-dist to Makefile.am #143

Merged
merged 1 commit into from
Apr 19, 2020

Conversation

perlpunk
Copy link
Member

@perlpunk perlpunk commented Apr 4, 2019

This will allow to make dist in a reliable way inside a docker
container.

The docker stuff is currently put into its own branch packaging.

Copy link
Member

@nitzmahone nitzmahone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personally, I'd prefer to have the packaging stuff self-contained within the branch, so that changes can be tracked more sanely and any PRs that affect packaging can be one-shot instead of two... But if we're not going to do it all together, this + the contents of the packaging branch LGTM. Thanks @perlpunk !

Makefile.am Outdated
@@ -34,3 +34,10 @@ tests/run-test-suite:
-git branch --track run-test-suite origin/run-test-suite
-git worktree prune
git worktree add $@ run-test-suite

packaging:
git branch --track packaging origin/packaging
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-git branch --track $@ origin/$@

The leading - will keep it from stopping if the command fails because it is already done.

Makefile.am Outdated Show resolved Hide resolved
Makefile.am Outdated Show resolved Hide resolved
@ingydotnet
Copy link
Member

@perlpunk I like this. Added a few Makefile tweaks.

@nitzmahone I hear you, but I don't like churn in libyaml. Once this stabilizes, we can consider integrating it into master.

@perlpunk
Copy link
Member Author

perlpunk commented Apr 17, 2020

I added a test-pyyaml target to the packaging branch. this will automatically run the pyyaml tests

@perlpunk perlpunk changed the base branch from master to release/0.2.4 April 19, 2020 10:35
@perlpunk perlpunk merged commit 47bf3f0 into release/0.2.4 Apr 19, 2020
@perlpunk perlpunk deleted the perlpunk/add-packaging branch April 19, 2020 11:36
uqs pushed a commit to freebsd/freebsd-ports that referenced this pull request Apr 22, 2020
libyaml release changes:

  - yaml/libyaml#143
    Add packaging/docker-dist to Makefile.am

  - yaml/libyaml#174
    Fix logic for document end before directive

FreeBSD port improvement:

  - Enable make test target

  - Use correct license file

  - Switch download mirror to HTTPS

PR:	245813
Submitted by:	daniel.engberg.lists@pyret.net


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@532485 35697150-7ecd-e111-bb59-0022644237b5
uqs pushed a commit to freebsd/freebsd-ports that referenced this pull request Apr 22, 2020
libyaml release changes:

  - yaml/libyaml#143
    Add packaging/docker-dist to Makefile.am

  - yaml/libyaml#174
    Fix logic for document end before directive

FreeBSD port improvement:

  - Enable make test target

  - Use correct license file

  - Switch download mirror to HTTPS

PR:	245813
Submitted by:	daniel.engberg.lists@pyret.net
Jehops pushed a commit to Jehops/freebsd-ports-legacy that referenced this pull request Apr 22, 2020
libyaml release changes:

  - yaml/libyaml#143
    Add packaging/docker-dist to Makefile.am

  - yaml/libyaml#174
    Fix logic for document end before directive

FreeBSD port improvement:

  - Enable make test target

  - Use correct license file

  - Switch download mirror to HTTPS

PR:	245813
Submitted by:	daniel.engberg.lists@pyret.net


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@532485 35697150-7ecd-e111-bb59-0022644237b5
ericbsd pushed a commit to ghostbsd/ghostbsd-ports that referenced this pull request Apr 22, 2020
libyaml release changes:

  - yaml/libyaml#143
    Add packaging/docker-dist to Makefile.am

  - yaml/libyaml#174
    Fix logic for document end before directive

FreeBSD port improvement:

  - Enable make test target

  - Use correct license file

  - Switch download mirror to HTTPS

PR:	245813
Submitted by:	daniel.engberg.lists@pyret.net
bungle added a commit to Kong/kong that referenced this pull request May 22, 2020
### Summary

- yaml/libyaml#143
  Add packaging/docker-dist to Makefile.am

- yaml/libyaml#174
  Fix logic for document end before directive
bungle added a commit to Kong/kong that referenced this pull request May 22, 2020
### Summary

- yaml/libyaml#143
  Add packaging/docker-dist to Makefile.am

- yaml/libyaml#174
  Fix logic for document end before directive
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.

3 participants