Revision 25974,
261 bytes
checked in by achernya, 11 years ago
(diff) |
In athrun:
* Merge debathena-gathrun and debathena-attachandrun into the debathena-athrun source package.
* Rewrite debathena-attachandrun in Python.
- Fix a segementation fault in attachandrun that could be triggered by
running with just "-c" and a locker.
- Stop trying to run the file as a shell script if execv() fails.
* Switch to DEP-5-style copyright file.
|
Rev | Line | |
---|
[25974] | 1 | #!/usr/bin/python |
---|
| 2 | |
---|
| 3 | from distutils.core import setup |
---|
| 4 | |
---|
| 5 | setup(name='attachandrun', |
---|
| 6 | version='10.2', |
---|
| 7 | description='Athena utility for scripts to run a program from a locker', |
---|
| 8 | author='Alexander Chernyakhovsky', |
---|
| 9 | scripts=['attachandrun'] |
---|
| 10 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.