summaryrefslogtreecommitdiff
path: root/scripts/update_extern_pkg
Commit message (Collapse)AuthorAgeFilesLines
* Add newlines when appending a new entry, now that ";\n\nkeep" gets added ↵James E.H. Turner2016-08-301-1/+1
| | | | without one at the start.
* Add a semicolon before the "keep" line in extern.pkg, to avoid a know CL ↵James E.H. Turner2016-08-291-13/+18
| | | | parsing bug when the last entry ends with a curly bracket.
* Always use the OS Python in update_extern_pkg, to avoid conda changing its ↵James E.H. Turner2016-08-231-1/+5
| | | | interpreter path at build time and then running it before relocating the path properly at install time -- and so we know it will continue working after testing on any given OS.
* Improve handling of extra blank lines etc. with respect to the template.jturner2016-08-181-5/+13
|
* Make script to update extern.pkg executable.jturner2016-08-171-0/+0
|
* New script to update an existing extern.pkg from a single IRAF package's ↵jturner2016-08-101-0/+144
ur_extern.pkg template (as part of its installation).