about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* setup.sh: Fixed up some grammar 0.9.5Charadon2022-09-301-3/+4
|
* setup.sh: Fixed issue where templates couldn't copy correctly with relative ↵Charadon2022-09-301-0/+4
| | | | path.
* setup.sh: Fixed issue where git clone fails with empty DSCIP_VERSION 0.9.4Charadon2022-09-301-1/+2
|
* packaging.txt: Added a showcase of what a package tree looks like. And added ↵Charadon2022-09-301-1/+28
| | | | a mention about some OS's not having realpath.
* setup.sh: Fixed issue where files weren't copied/symlink'd correctly, and ↵Charadon2022-09-301-7/+8
| | | | fixed wrong generated crontab entry
* setup.sh: Fixed typo in cp command callCharadon2022-09-301-1/+1
|
* .gitignore: Added *.vimCharadon2022-09-301-0/+1
|
* setup.sh: Added failure message if missing realpathCharadon2022-09-301-0/+4
|
* setup.sh: Added detector for realpath, and began using realpath to generate ↵Charadon2022-09-301-3/+14
| | | | the crontab entry
* setup.sh: Added ability to specify DSCIP version. Mostly for use with releases.Charadon2022-09-301-1/+8
|
* packaging.txt: Added note about how packagers can remove update.sh safely.Charadon2022-09-301-0/+2
|
* dscip: Added check to see if update.sh exists, if not, continue. (Mainly for ↵Charadon2022-09-301-12/+17
| | | | packaging)
* setup.sh: If templates directory was defined, copy those files instead of ↵Charadon2022-09-291-9/+21
| | | | relying on system packaged versions
* Added check for invalid command-line switches.Charadon2022-09-291-0/+2
|
* setup.sh: Fix interactive mode not correctly setting branch to master 0.9.3Charadon2022-09-291-3/+10
|
* setup.sh: Make it so interactive mode mentions that config.sh can be in the ↵ 0.9.2Charadon2022-09-291-1/+1
| | | | templates directory.
* setup.sh: Try to symlink the scripts before copying, to save space.Charadon2022-09-291-2/+4
|
* docs/templates.txt: Added information that you can indeed use config.sh in ↵Charadon2022-09-291-0/+2
| | | | your templates.
* setup.sh: Fixed issue where directory isn't created when using system dscip 0.9.1Charadon2022-09-291-0/+1
|
* docs/packaging.txt: Fixed typo 0.9Charadon2022-09-291-2/+2
|
* Added packaging.txtCharadon2022-09-291-0/+12
|
* setup.sh: Made more friendly for packaging, and fixed up some things.Charadon2022-09-291-6/+15
|
* setup.sh.txt: Added setup.sh.txt to document how setup.sh works.Charadon2022-09-281-0/+6
|
* templates.txt: Added to document how Templates work.Charadon2022-09-281-0/+20
|
* Merge branch 'master' of www.opencode.net:charadon/dscipCharadon2022-09-281-12/+11
|\
| * Added [dscip] to output, mostly for use in daemons.Charadon2022-08-111-5/+5
| |
| * Hopefully solved the locking once and for allCharadon2022-08-101-9/+8
| |
* | setup.sh: Added setup.sh, which makes installing dscip much easierCharadon2022-09-281-0/+233
|/
* Now it's off by default lmaoCharadon2022-08-081-1/+1
|
* Added auto update feature, by default it's off.Charadon2022-08-082-2/+24
|
* Updated README and added a check for LAST_COMMITCharadon2022-08-082-2/+8
|
* Fix issue where sometimes CURRENT_COMMIT returns nothing.Charadon2022-08-081-0/+3
|
* Maybe fixed detection?Charadon2022-08-061-1/+1
|
* Updated gitignoreCharadon2022-08-061-0/+1
|
* Updated docs and READMECharadon2022-08-062-22/+4
|
* Added some documentationCharadon2022-08-064-1/+39
|
* Changed some defaults, and made pid detection more portable hopefully.Charadon2022-08-063-2/+3
|
* Fixed some bugs, and added a bit more consistency to the examplesCharadon2022-07-283-5/+9
|
* Added a failure checkCharadon2022-07-283-5/+30
|
* Fixed issues in daemon modeCharadon2022-07-271-1/+3
|
* Puts commit hash in headerCharadon2022-07-261-1/+1
|
* Added a couple better defaultsCharadon2022-07-263-7/+8
|
* Fixed issue where script would fail due to LAST_COMMIT not being declared.Charadon2022-07-261-0/+2
|
* Fixed issue where old output wasn't being removed. Leading to looooong outputsCharadon2022-07-262-0/+3
|
* Removed chroot support as that's out of scope of the projectCharadon2022-07-167-16/+61
|
* Added update scriptCharadon2022-07-141-0/+4
|
* Made run() return if no new update from upstream.Charadon2022-07-141-0/+2
|
* Forgot to remove the `meta` part in the LAST_COMMIT checkCharadon2022-07-141-1/+1
|
* Moved the logging of variables to AFTER it's confirmed a build is happening.Charadon2022-07-141-19/+22
|
* Fixed portability issue, and made git only clone the most recent commit with ↵Charadon2022-07-142-7/+8
| | | | no history.