Bug #122
closedUnix tarball is missing some important files
0%
Description
At the very minimum a README and INSTALL file should be present in the source tarball. AUTHORS would also be good. A Makefile would be nice too. I'll see what I can cook up tonight and report back.
Files
Updated by Dan Smith over 12 years ago
Python projects typically don't include a Makefile because there is no need. If you want to contribute a patch for the README, that would be great. The developer's mailing list is the right place to do that so we can discuss content. I'm not sure an AUTHORS file is really necessary at this point, and I know it will get stale quick.
Thanks!
Updated by David Griffith over 12 years ago
- File README README added
- File INSTALL INSTALL added
- File install.sh install.sh added
- File uninstall.sh uninstall.sh added
Please take a look at these files and consider them for addition. README is finished. INSTALL requires some massaging by someone who more clearly understands what packages are needed with Redhat and similar systems. The install.sh and uninstall.sh files are quickies to make things easier for people who might not grok how Python packages are installed.
Updated by David Griffith over 12 years ago
Oops. I forgot to update the INSTALL file completely after I added the install.sh and uninstall.sh files.
Updated by Dan Smith over 12 years ago
- Chirp Version changed from 0.2.1 to 0.2.2
The README is fine, and the INSTALL seems okay too, with the caveat below. I don't use these sorts of apps on RedHat/Fedora systems, so I can't check the dependencies for correctness. However, I expect your list is close enough.
Regarding the install scripts... CHIRP is a standard python program, and thus I feel strongly that installation of it should remain consistent with others. With the addition of your helpful INSTALL file (assuming we remove mention of these scripts and provide the proper command lines) I think just about any user will be able to figure it out. Further, the user can just run chirpw directly, or click on it from a UI file manager and get CHIRP running without installing.
Can you make these changes and submit to the development list as a proper mercurial patch? I can just dump these in and commit them, but I'd like for your name to be stamped on the changeset like the other developers if possible.
Thanks!
Updated by David Griffith over 12 years ago
One of the reasons I created the uninstall.sh file is because the distribution includes files with spaces in them. This makes it tricky to delete all the installed files simply by doing "sudo rm $(cat files.txt)"
Updated by Tom Hayward about 12 years ago
- Status changed from New to Closed
Looks like these changes made it into the repo about 4 months ago. Closing..