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

How to make an app distribution tarball #630

Open
phil-davis opened this issue Nov 26, 2019 · 1 comment
Open

How to make an app distribution tarball #630

phil-davis opened this issue Nov 26, 2019 · 1 comment
Labels

Comments

@phil-davis
Copy link
Contributor

Currently the Makefile in various app repos has make dist and/or make appstore targets.
(sometimes both - e.g. owncloud/richdocuments#302 )

  1. which is intended to be the "official" "standard" one?
  2. do we delete the other one?

They get out-of-sync and end up producing tarballs with different contents because appstore works by putting everything into the tarball expect for a list of things to be excluded, but dist works by just putting in a positive list of what is wanted.

@phil-davis
Copy link
Contributor Author

@PVince81 @DeepDiver1975 @micbar or anyone else
I guess there was some history here. It would be nice to standardize this rather than people wondering at release time if they should type make appstore or make dist
comments please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant