| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow for python interpreter path variation on non-LSB-compliant Linux distri...HEADv0.2.0master | James Turner | 2019-03-28 | 1 | -4/+16 |
* | Fixes for changes to regular expression behaviour in Python 3.7. | James Turner | 2019-03-28 | 1 | -4/+7 |
* | Unset Conda's LD_RUN_PATH when building external IRAF packages, 1. to avoid p...v0.1.4 | James Turner | 2018-02-08 | 1 | -1/+1 |
* | Revert removal of .a and .o files in ac_build_iraf_pkg (in favour of cleaning... | James Turner | 2017-07-26 | 1 | -3/+0 |
* | Correct a horrible typo in the last commit (blaming jet lag). | James Turner | 2017-07-20 | 1 | -1/+1 |
* | Remove any old .a or .o files before building IRAF packages, to avoid linking... | James Turner | 2017-07-20 | 1 | -0/+3 |
* | Report only failure, not success, to avoid a long string of "updated extern.p... | James Turner | 2017-03-22 | 1 | -12/+3 |
* | Support conda IRAF packages named pyraf.pkgname, as well as iraf.pkgname. | James Turner | 2016-12-21 | 1 | -2/+2 |
* | Merge pull request #3 from jehturner/master | jehturner | 2016-12-01 | 1 | -1/+1 |
|\ |
|
| * | Try using new cl version of make_iraf_help in $iraf, to avoid PyRAF dependency. | James Turner | 2016-11-30 | 1 | -1/+1 |
* | | Merge pull request #2 from jehturner/master | jehturner | 2016-10-27 | 1 | -0/+2 |
|\| |
|
| * | Need to create a bin -> bin.$IRAFARCH link even when none exists to begin with. | James Turner | 2016-10-27 | 1 | -0/+2 |
* | | Merge pull request #1 from jehturner/master | jehturner | 2016-10-21 | 3 | -50/+97 |
|\| |
|
| * | Create extern.pkg if it doesn't already exist, for better foolproofing; we al... | James Turner | 2016-10-19 | 2 | -10/+19 |
| * | Avoid trailing space in XC_LFLAGS when not already set, since this gets passe... | James Turner | 2016-10-19 | 1 | -2/+3 |
| * | Expand out ternary operators to support Python 2.4... | James E.H. Turner | 2016-10-19 | 1 | -2/+9 |
| * | Avoid blank lines at the start of the file when adding/removing the 1st entry. | James E.H. Turner | 2016-10-19 | 1 | -4/+9 |
| * | Support uninstallation of IRAF packages from extern.pkg. | James Turner | 2016-10-19 | 2 | -15/+32 |
| * | Compatibility with old OS Python versions (specifically 2.4 in RHE5!). | James Turner | 2016-10-18 | 1 | -30/+38 |
|/ |
|
* | Serve IRAF package tarballs with plain HTTP for now, to avoid complaints abou... | James E.H. Turner | 2016-09-28 | 1 | -9/+13 |
* | Very simple script to serve local tarballs for the build process with HTTPS. | James E.H. Turner | 2016-09-28 | 1 | -0/+34 |
* | Make sure everything has a copyright notice (going back to the Ureka code it'... | James E.H. Turner | 2016-09-21 | 5 | -3/+11 |
* | Use new form for invoking ac_update_extern_pkg in ac_build_iraf_pkg. | James E.H. Turner | 2016-09-06 | 1 | -1/+2 |
* | Support user invocation of ac_config_iraf_pkg for fixing extern.pkg problems. | James E.H. Turner | 2016-09-05 | 1 | -15/+55 |
* | Make ac_update_extern_pkg non-executable, in favour of invoking it via ac_con... | James E.H. Turner | 2016-09-05 | 1 | -5/+5 |
* | Specify /bin/sh as the interpreter for good luck... | James E.H. Turner | 2016-09-01 | 1 | -0/+2 |
* | Deprecate unmangle_interpreter script, in favour of running python directly o... | James E.H. Turner | 2016-09-01 | 1 | -48/+0 |
* | A common post-install script for AstroConda IRAF packages (which runs python ... | James E.H. Turner | 2016-09-01 | 1 | -0/+30 |
* | Create a new file when editing extern.pkg, otherwise conda's hard links propa... | James E.H. Turner | 2016-09-01 | 1 | -2/+7 |
* | Add missing update from last commit (due to mixed-up copies after renaming). | James E.H. Turner | 2016-09-01 | 1 | -0/+1 |
* | Remove extern.pkg from the build variant, so it doesn't end up in the tarball... | James E.H. Turner | 2016-09-01 | 2 | -2/+6 |
* | Use slightly clearer name for script that builds IRAF help & apropos databases. | James E.H. Turner | 2016-09-01 | 2 | -7/+7 |
* | A missing name change to go with the last commit. | James E.H. Turner | 2016-09-01 | 1 | -1/+1 |
* | Rename scripts consistently to reflect use of AstroConda-specific conventions. | James E.H. Turner | 2016-09-01 | 5 | -5/+5 |
* | This was supposed to be renamed in the last commit but I think a copy got sav... | James E.H. Turner | 2016-08-31 | 1 | -95/+0 |
* | Draft build script for AstroConda IRAF packages (for use in build.sh; with th... | James E.H. Turner | 2016-08-31 | 3 | -9/+185 |
* | Use new copy of stsdas mkapropos in softools, instead of depending on stsdas ... | James E.H. Turner | 2016-08-31 | 1 | -7/+6 |
* | Some remaining name & comment updates for the AstroConda version. | James E.H. Turner | 2016-08-31 | 1 | -8/+7 |
* | Add newlines when appending a new entry, now that ";\n\nkeep" gets added with... | James E.H. Turner | 2016-08-30 | 1 | -1/+1 |
* | Add a semicolon before the "keep" line in extern.pkg, to avoid a know CL pars... | James E.H. Turner | 2016-08-29 | 1 | -13/+18 |
* | Add script to copy IRAF source tree & package config files to the conda build... | James E.H. Turner | 2016-08-25 | 1 | -0/+73 |
* | Add some more IRAF definition variables & rename them a bit more nicely. | James E.H. Turner | 2016-08-25 | 2 | -4/+16 |
* | Move iraf package filename definitions into their own file, for use by multip... | James E.H. Turner | 2016-08-23 | 3 | -7/+12 |
* | Don't require interpreter to end with "python", since .* is greedy anyway and... | James E.H. Turner | 2016-08-23 | 1 | -1/+1 |
* | A script to undo conda's unwanted interpreter path mangling in update_extern_... | James E.H. Turner | 2016-08-23 | 1 | -0/+48 |
* | Always use the OS Python in update_extern_pkg, to avoid conda changing its in... | James E.H. Turner | 2016-08-23 | 1 | -1/+5 |
* | Improve handling of extra blank lines etc. with respect to the template. | jturner | 2016-08-18 | 1 | -5/+13 |
* | Make script to update extern.pkg executable. | jturner | 2016-08-17 | 1 | -0/+0 |
* | Add script to check the apparent success/failure of an IRAF package build, ad... | jturner | 2016-08-11 | 1 | -0/+141 |
* | Add python script to create the IRAF help & apropos databases for a specified... | jturner | 2016-08-10 | 1 | -0/+136 |