| Commit message (Expand) | Author | Age | Files | Lines |
* | setup.sh: Fixed typo | Charadon | 2022-10-02 | 1 | -1/+1 |
* | setup.sh: Fixed up some grammar 0.9.5 | Charadon | 2022-09-30 | 1 | -3/+4 |
* | setup.sh: Fixed issue where templates couldn't copy correctly with relative p... | Charadon | 2022-09-30 | 1 | -0/+4 |
* | setup.sh: Fixed issue where git clone fails with empty DSCIP_VERSION 0.9.4 | Charadon | 2022-09-30 | 1 | -1/+2 |
* | packaging.txt: Added a showcase of what a package tree looks like. And added ... | Charadon | 2022-09-30 | 1 | -1/+28 |
* | setup.sh: Fixed issue where files weren't copied/symlink'd correctly, and fix... | Charadon | 2022-09-30 | 1 | -7/+8 |
* | setup.sh: Fixed typo in cp command call | Charadon | 2022-09-30 | 1 | -1/+1 |
* | .gitignore: Added *.vim | Charadon | 2022-09-30 | 1 | -0/+1 |
* | setup.sh: Added failure message if missing realpath | Charadon | 2022-09-30 | 1 | -0/+4 |
* | setup.sh: Added detector for realpath, and began using realpath to generate t... | Charadon | 2022-09-30 | 1 | -3/+14 |
* | setup.sh: Added ability to specify DSCIP version. Mostly for use with releases. | Charadon | 2022-09-30 | 1 | -1/+8 |
* | packaging.txt: Added note about how packagers can remove update.sh safely. | Charadon | 2022-09-30 | 1 | -0/+2 |
* | dscip: Added check to see if update.sh exists, if not, continue. (Mainly for ... | Charadon | 2022-09-30 | 1 | -12/+17 |
* | setup.sh: If templates directory was defined, copy those files instead of rel... | Charadon | 2022-09-29 | 1 | -9/+21 |
* | Added check for invalid command-line switches. | Charadon | 2022-09-29 | 1 | -0/+2 |
* | setup.sh: Fix interactive mode not correctly setting branch to master 0.9.3 | Charadon | 2022-09-29 | 1 | -3/+10 |
* | setup.sh: Make it so interactive mode mentions that config.sh can be in the t... 0.9.2 | Charadon | 2022-09-29 | 1 | -1/+1 |
* | setup.sh: Try to symlink the scripts before copying, to save space. | Charadon | 2022-09-29 | 1 | -2/+4 |
* | docs/templates.txt: Added information that you can indeed use config.sh in yo... | Charadon | 2022-09-29 | 1 | -0/+2 |
* | setup.sh: Fixed issue where directory isn't created when using system dscip 0.9.1 | Charadon | 2022-09-29 | 1 | -0/+1 |
* | docs/packaging.txt: Fixed typo 0.9 | Charadon | 2022-09-29 | 1 | -2/+2 |
* | Added packaging.txt | Charadon | 2022-09-29 | 1 | -0/+12 |
* | setup.sh: Made more friendly for packaging, and fixed up some things. | Charadon | 2022-09-29 | 1 | -6/+15 |
* | setup.sh.txt: Added setup.sh.txt to document how setup.sh works. | Charadon | 2022-09-28 | 1 | -0/+6 |
* | templates.txt: Added to document how Templates work. | Charadon | 2022-09-28 | 1 | -0/+20 |
* | Merge branch 'master' of www.opencode.net:charadon/dscip | Charadon | 2022-09-28 | 1 | -12/+11 |
|\ |
|
| * | Added [dscip] to output, mostly for use in daemons. | Charadon | 2022-08-11 | 1 | -5/+5 |
| * | Hopefully solved the locking once and for all | Charadon | 2022-08-10 | 1 | -9/+8 |
* | | setup.sh: Added setup.sh, which makes installing dscip much easier | Charadon | 2022-09-28 | 1 | -0/+233 |
|/ |
|
* | Now it's off by default lmao | Charadon | 2022-08-08 | 1 | -1/+1 |
* | Added auto update feature, by default it's off. | Charadon | 2022-08-08 | 2 | -2/+24 |
* | Updated README and added a check for LAST_COMMIT | Charadon | 2022-08-08 | 2 | -2/+8 |
* | Fix issue where sometimes CURRENT_COMMIT returns nothing. | Charadon | 2022-08-08 | 1 | -0/+3 |
* | Maybe fixed detection? | Charadon | 2022-08-06 | 1 | -1/+1 |
* | Updated gitignore | Charadon | 2022-08-06 | 1 | -0/+1 |
* | Updated docs and README | Charadon | 2022-08-06 | 2 | -22/+4 |
* | Added some documentation | Charadon | 2022-08-06 | 4 | -1/+39 |
* | Changed some defaults, and made pid detection more portable hopefully. | Charadon | 2022-08-06 | 3 | -2/+3 |
* | Fixed some bugs, and added a bit more consistency to the examples | Charadon | 2022-07-28 | 3 | -5/+9 |
* | Added a failure check | Charadon | 2022-07-28 | 3 | -5/+30 |
* | Fixed issues in daemon mode | Charadon | 2022-07-27 | 1 | -1/+3 |
* | Puts commit hash in header | Charadon | 2022-07-26 | 1 | -1/+1 |
* | Added a couple better defaults | Charadon | 2022-07-26 | 3 | -7/+8 |
* | Fixed issue where script would fail due to LAST_COMMIT not being declared. | Charadon | 2022-07-26 | 1 | -0/+2 |
* | Fixed issue where old output wasn't being removed. Leading to looooong outputs | Charadon | 2022-07-26 | 2 | -0/+3 |
* | Removed chroot support as that's out of scope of the project | Charadon | 2022-07-16 | 7 | -16/+61 |
* | Added update script | Charadon | 2022-07-14 | 1 | -0/+4 |
* | Made run() return if no new update from upstream. | Charadon | 2022-07-14 | 1 | -0/+2 |
* | Forgot to remove the `meta` part in the LAST_COMMIT check | Charadon | 2022-07-14 | 1 | -1/+1 |
* | Moved the logging of variables to AFTER it's confirmed a build is happening. | Charadon | 2022-07-14 | 1 | -19/+22 |