aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/update.sh (follow)
Commit message (Collapse)AuthorAge
* bin/*.sh -> *.shEgor Tensin2021-04-28
|
* split update.sh into multiple filesEgor Tensin2019-08-07
|
* support a dumb variable for root path /Egor Tensin2018-07-10
|
* bash best practicesEgor Tensin2018-05-23
|
* code styleEgor Tensin2017-08-05
|
* refactoringEgor Tensin2017-04-16
|
* refactoringEgor Tensin2017-04-16
| | | | | | | | * No more `echo ... || true`. This was used to avoid errors in case stdout/stderr was closed, which I don't fancy anymore. * Multi-line string literals in echo instead of this weird `read` + heredoc stuff.
* usage message updateEgor Tensin2017-04-16
|
* bugfixEgor Tensin2017-01-15
| | | | * Add missing '--'s.
* usage message updateEgor Tensin2016-11-15
|
* bugfixEgor Tensin2016-11-13
|
* traverse_path: usage message updateEgor Tensin2016-11-12
|
* bugfix & refactoringEgor Tensin2016-11-11
|
* refactoringEgor Tensin2016-11-11
|
* code styleEgor Tensin2016-11-11
|
* refactoringEgor Tensin2016-11-11
|
* don't delete obsolete files which are not symlinksEgor Tensin2016-11-11
|
* bugfixEgor Tensin2016-11-07
|
* +x update.shEgor Tensin2016-10-26
|
* code styleEgor Tensin2016-10-20
|
* remove dead codeEgor Tensin2016-10-10
|
* rename the projectEgor Tensin2016-10-10
|
* -c|--config-dir -> -s|--shared-dirEgor Tensin2016-10-10
|
* don't create database during dry runsEgor Tensin2016-10-10
|
* refactoringEgor Tensin2016-10-09
| | | | | | * Add resolve_path to make sure paths point to existing files of proper types. * Robustness and performance improvements.
* --config-dir now also updates database pathEgor Tensin2016-10-09
|
* refactoringEgor Tensin2016-10-09
|
* -s|--source -> -c|--config-dirEgor Tensin2016-10-09
|
* bugfixEgor Tensin2016-10-07
|
* rename the projectEgor Tensin2016-10-07
|
* bugfixEgor Tensin2016-10-06
|
* refactoringEgor Tensin2016-10-06
|
* add -s|--source to update.shEgor Tensin2016-10-05
|
* add command line options to update.shEgor Tensin2016-10-05
|
* add READMEEgor Tensin2016-10-04
|
* refactoringEgor Tensin2016-09-23
|
* fix output indentationEgor Tensin2016-09-23
|
* code style & output indentationEgor Tensin2016-09-23
|
* initial commitEgor Tensin2016-09-19