summaryrefslogtreecommitdiff
path: root/scripts/ac_update_extern_pkg
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for changes to regular expression behaviour in Python 3.7.James Turner2019-03-281-4/+7
|
* Create extern.pkg if it doesn't already exist, for better foolproofing; we ↵James Turner2016-10-191-10/+16
| | | | 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).
* Expand out ternary operators to support Python 2.4...James E.H. Turner2016-10-191-2/+9
|
* Avoid blank lines at the start of the file when adding/removing the 1st entry.James E.H. Turner2016-10-191-4/+9
|
* Support uninstallation of IRAF packages from extern.pkg.James Turner2016-10-191-12/+21
|
* Compatibility with old OS Python versions (specifically 2.4 in RHE5!).James Turner2016-10-181-30/+38
|
* Make sure everything has a copyright notice (going back to the Ureka code ↵James E.H. Turner2016-09-211-1/+1
| | | | it's loosely based on, where applicable).
* Make ac_update_extern_pkg non-executable, in favour of invoking it via ↵James E.H. Turner2016-09-051-5/+5
| | | | ac_config_iraf_pkg, since conda can break its interpreter path if there is one.
* Create a new file when editing extern.pkg, otherwise conda's hard links ↵James E.H. Turner2016-09-011-2/+7
| | | | propagate changes to the master IRAF package and other installations!
* Remove extern.pkg from the build variant, so it doesn't end up in the ↵James E.H. Turner2016-09-011-2/+2
| | | | tarball & overwrite the existing one(s)
* Rename scripts consistently to reflect use of AstroConda-specific conventions.James E.H. Turner2016-09-011-0/+161