Skip to content

Commit

Permalink
Merge pull request #2563 from infotroph/2314-scripts-to-bety
Browse files Browse the repository at this point in the history
Remove maintenance scripts that now live in bety
  • Loading branch information
mdietze committed Apr 9, 2020
2 parents c0f5360 + c1c0fa9 commit eff6f0c
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 702 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ For more information about this file see also [Keep a Changelog](http://keepacha
- Documentation how to run ED using singularity
- PEcAn.DB gains new function `get_postgres_envvars`, which tries to look up connection parameters from Postgres environment variables (if they are set) and return them as a list ready to be passed to `db.open`. It should be especially useful when writing tests that need to run on systems with many different database configurations (#2541).

### Removed
- Database maintenance scripts `vacuum.bety.sh` and `reindex.bety.sh` have been moved to the [BeTY database repository](https://github.com/PecanProject/bety) (#2563).
- Scripts `dump.pgsql.sh` and `dump.mysql.sh` have been deleted. See the ["BeTY database administration"](https://pecanproject.github.io/pecan-documentation/develop/database.html) chapter of the PEcAn documentation for current recommendations (#2563).
- Old dependency management scripts `check.dependencies.sh`, `update.dependencies.sh`, and `install_deps.R` have been deleted. Use `generate_dependencies.R` and the automatic dependency handling built into `make install` instead (#2563).

## [1.7.1] - 2018-09-12

### Fixed
Expand Down
65 changes: 0 additions & 65 deletions scripts/check.dependencies.sh

This file was deleted.

36 changes: 0 additions & 36 deletions scripts/dump.pgsql.sh

This file was deleted.

51 changes: 0 additions & 51 deletions scripts/install.dependencies.R

This file was deleted.

79 changes: 0 additions & 79 deletions scripts/install_deps.R

This file was deleted.

150 changes: 0 additions & 150 deletions scripts/reindex.bety.sh

This file was deleted.

0 comments on commit eff6f0c

Please sign in to comment.