aboutsummaryrefslogtreecommitdiff
path: root/jwstdp/utils
Commit message (Collapse)AuthorAgeFilesLines
* Modify jwst specification in environment dump to use a pip release by ↵Matt Rendina2020-12-231-4/+7
| | | | default. (#134)
* Abort if required CAL delivery tools are not available. (#128)Matt Rendina2020-06-291-0/+2
|
* add archival tool (#127)Matt Rendina2020-06-241-0/+69
| | | * Add CAL code linecount and package archival tool.
* Correct prefix list availability (#102)Matt Rendina2019-11-181-3/+5
|
* JWSTDP refinement (#101)Matt Rendina2019-11-152-7/+4
| | | | | | * Remove redundant internal values after implementing config file approach * Add credential helper to support git pushes from Jenkins
* JWSTDP prep utility refinements (#100)Matt Rendina2019-11-132-27/+48
| | | | | | * Better error behavior; output of build config OS mappings in jwstdp prep utility. * Remove deprecated lines
* Fix readme text generated by jwst_delivery_prepMatt Rendina2019-11-121-5/+4
|
* Move parameters that may (infrequently) change in jwst_delivery_prep tool to ↵Matt Rendina2019-11-081-4/+4
| | | | top of code.
* Jwst deliveryprep (#98)Matt Rendina2019-11-082-135/+190
| | | | | | | | * New jwst_delivery_prep script that accommodates pulling release artifacts from artifactory. * Update description * Remove cloning code
* JWSTDP-0.13.4 (#68)Matt Rendina2019-06-181-2/+2
| | | | | | * JWSTDP-0.13.4 * Replace freetds with kerberized version
* JWSTDP-0.13.0 (#49)Matt Rendina2019-02-151-2/+2
|
* JWSTDP-0.12.3 (#47)Matt Rendina2019-01-101-2/+6
| | | | | | * JWSTDP-0.12.3 * Parameterize python version in utility script
* Add missing parameterization.Matt Rendina2018-09-071-4/+4
|
* Add utils (#30)Matt Rendina2018-05-301-0/+131
* Add jwst_delivery_prep script * Adjust comments