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

[Newcomer] Inconsistent naming of installers on deployment script and custom installer builder #124

Open
choksi81 opened this issue May 29, 2014 · 1 comment
Assignees

Comments

@choksi81
Copy link
Contributor

The installers built the deployment scripts (./rebuild_base_installers_for_seattlegeni.sh) are named such:

seattle_0.1.1d_android.zip
seattle_0.1.1d_winmob.zip
seattle_0.1.1d_mac.tgz
seattle_0.1.1d_linux.tgz
seattle_0.1.1d_win.zip

In short, seattle_version_platform.ext

While the custom installer builder expects these files to be available:

seattle_android.zip
seattle_linux.tar.gz
seattle_mac.tar.gz
seattle_windows.zip

If we omit the version part of the name, these filenames should otherwise be identical. This is to reduce headaches, to not distract us from potentially other serious problems while doing a push.

@choksi81 choksi81 self-assigned this May 29, 2014
@aot221
Copy link
Contributor

aot221 commented Jun 5, 2014

I will work on this.

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

No branches or pull requests

2 participants