Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow for python interpreter path variation on non-LSB-compliant Linux ↵HEADv0.2.0master | James Turner | 2019-03-28 | 1 | -4/+16 |
| | | | | distributions (in particular Ubuntu). | ||||
* | Report only failure, not success, to avoid a long string of "updated ↵ | James Turner | 2017-03-22 | 1 | -12/+3 |
| | | | | extern.pkg" lines when installing iraf-all etc. | ||||
* | Create extern.pkg if it doesn't already exist, for better foolproofing; we ↵ | James Turner | 2016-10-19 | 1 | -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 Turner | 2016-10-19 | 1 | -3/+11 |
| | |||||
* | Make sure everything has a copyright notice (going back to the Ureka code ↵ | James E.H. Turner | 2016-09-21 | 1 | -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. Turner | 2016-09-05 | 1 | -15/+55 |
| | |||||
* | Specify /bin/sh as the interpreter for good luck... | James E.H. Turner | 2016-09-01 | 1 | -0/+2 |
| | |||||
* | A common post-install script for AstroConda IRAF packages (which runs python ↵ | James E.H. Turner | 2016-09-01 | 1 | -0/+30 |
on ac_update_extern_pkg directly, instead of messing with its interpreter path). |