summaryrefslogtreecommitdiff
path: root/scripts/ac_config_iraf_pkg
Commit message (Collapse)AuthorAgeFilesLines
* Allow for python interpreter path variation on non-LSB-compliant Linux ↵HEADv0.2.0masterJames Turner2019-03-281-4/+16
| | | | distributions (in particular Ubuntu).
* Report only failure, not success, to avoid a long string of "updated ↵James Turner2017-03-221-12/+3
| | | | extern.pkg" lines when installing iraf-all etc.
* Create extern.pkg if it doesn't already exist, for better foolproofing; we ↵James Turner2016-10-191-0/+3
| | | | already check that ur_extern.pkg exists, so this is unlikely to lead to extern.pkg being written to weird places when invoked improperly (not a big deal anyway).
* Support uninstallation of IRAF packages from extern.pkg.James Turner2016-10-191-3/+11
|
* Make sure everything has a copyright notice (going back to the Ureka code ↵James E.H. Turner2016-09-211-1/+3
| | | | it's loosely based on, where applicable).
* Support user invocation of ac_config_iraf_pkg for fixing extern.pkg problems.James E.H. Turner2016-09-051-15/+55
|
* Specify /bin/sh as the interpreter for good luck...James E.H. Turner2016-09-011-0/+2
|
* A common post-install script for AstroConda IRAF packages (which runs python ↵James E.H. Turner2016-09-011-0/+30
on ac_update_extern_pkg directly, instead of messing with its interpreter path).