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

Tar action, multiple actions on cli and rename release dir #29

Merged
merged 4 commits into from
Sep 12, 2013

Conversation

tsloughter
Copy link
Member

Multiple actions can now be specificed for a relx run. Example, $ relx release tar, this will generate the release and then a tarball of the release.

With this change it is now the case that $ relx relup will not generate a release first. You must run $ relx release relup in order to both generate the release and then the relup, if you want to do it all at once.

Additionally, in order to adhere to the systools and release_handler release spec the output for a release is now to releases/ instead of releases/-

@tsloughter
Copy link
Member Author

Argh, ignore for now. Forgot to update the tests.

@tsloughter
Copy link
Member Author

Ready to be reviewed and merged.

@tsloughter
Copy link
Member Author

The second change, do you mean the adding tar? Because I added tar before adding the multiple actions support. But because I then made a lot of additions to fix up tar support it would not be a clean/clear separation to make.

@tsloughter
Copy link
Member Author

I fixed up one of the worst offenders of going over 80 chars. But I wish we didn't have to live with such an archaic limit :P

@ericbmerritt
Copy link
Member

Its not archaic at all. The perfect example if this is 'tsloughter@a168263'. Long lines destroy the ability to use the interface. Its the same on my emacs. If you have long lines I can only look at one file at a time. Where if we stick to something reasonable like 80 chars I can have multiple columns up and compare them in the same screen. I guess if you where using something much more limited (which is really everything but vim and emacs) it wouldn't matter. Thats not the case for me and I don't think its the case for most people.

ericbmerritt added a commit that referenced this pull request Sep 12, 2013
Tar action, multiple actions on cli and rename release dir
@ericbmerritt ericbmerritt merged commit 73536c5 into erlware:master Sep 12, 2013
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.

2 participants