Commit Graph

14 Commits (master)

Author SHA1 Message Date
Lukas Bestle 807c88af55 site_unlink/project_remove: Only clear full match
`sed` has previously also removed lines that have only partly matched. Now, only full matches are removed.
5 years ago
Lukas Bestle 723dba43fe site_link: Support for custom path and public dir 5 years ago
Lukas Bestle e9bd0acd5f Support for $XDG_CONFIG_HOME 5 years ago
Lukas Bestle 22ada23b8b Support for .postlink.sh hook script 5 years ago
Lukas Bestle 07cf718ad9 General refactoring 5 years ago
Lukas Bestle 1e3f6f05ec Fix a bug in project_deploy 9 years ago
Lukas Bestle b54bb5013c Update submodules after checking out revision 9 years ago
Lukas Bestle e0103f4f30 Fix a small bug with automatic revision detection
As the repository is only fetched, not pulled, the local branch lags behind.
10 years ago
Lukas Bestle 9c3d2a5377 More reliable automatic revision detection 10 years ago
Lukas Bestle 499201e11c Only run postdeploy script if executable 10 years ago
Lukas Bestle ef276bec89 More flexible shell (using env bash) 10 years ago
Lukas Bestle bb033b58cc Make the revision param for deployments optional
The deployment script now uses the current revision of the set branch in this case. Does not work together with a custom value of $CONFIG_HASH_LENGTH though.
10 years ago
Lukas Bestle 77005052a5 Only clone each repository once
The repository is now only fetched for each deployment, which makes the whole process much faster especially for large repositories and repositories with many submodules.
10 years ago
Lukas Bestle 7a3fe21f3d Initial commit 11 years ago