-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Linux universal installer #202
Comments
Wow, thanks @macie for the contribution. The end of sprint 30 is coming up on Wednesday, so I probably won't have time to fully review and test this pull request by then. I'll make sure this is on our list for sprint 31. |
Agree with Jason. OMG, that is a lot of help. |
Tagged Sprint 31. |
That is a great contribution. Thank you. BTW: did anybody try to install on a 32Bit System? |
@macie I want to get a good grip on creating packages for arch linux. Is this https://wiki.archlinux.org/index.php/Creating_Packages a good resource or have you found others? |
Can we rename |
@macie Initial review complete, but I haven't really reviewed the Arch packaging yet. I'm having some difficulties getting that setup. If you know someone else who is more familiar with Arch that can at least test your package and possibly review the PKGBUILD file, that would help. |
@jasonsanjose building packages for arch linux is quite simple. It use makepkg command on PKGBUILD file. Yes, PS. Apologize for my absence |
@macie thanks for the follow up. Please drop a comment for me here when you've pushed your changes. Please note that I'll be out on vacation starting the end of next week. If this pull request is still open @JeffryBooher will assist. Also note that our sprint ends next Wednesday, September 19. Ideally we would like to land these changes sooner to get more testing. |
@jasonsanjose Tomorrow I'll try to finish this pull request. |
Moved out of sprint 31 |
Monday Aug 26, 2013 at 22:28 GMT
Originally opened as adobe#316
Linux universal installer
\ ..
| - / <– distro specified files, eg. PKGBUILD, control
| - /
| - linux/ <– common files, eg. brackets.desktop
| | - .INFO.template <– template (hidden) for INFO file
| \ - INFO
| - staging/ <– staging folder
| - build_installer.sh
| - _builder.sh
\ - _builder.sh
I check that 64-bit packages (for ubuntu and arch) builds without errors. I've successful instaled package for arch 64-bit and for ubuntu 64-bit (via https://aur.archlinux.org/packages/brackets/ script).
I use "sprint30" as version number, but perhaps better would be full version number – "0.30.0-0"?
macie included the following code: https://github.com/adobe/brackets-shell/pull/316/commits
The text was updated successfully, but these errors were encountered: