xaizek / fragile (License: AGPLv3+) (since 2018-12-07)
Simple lightweight CI, attempting to be somewhat Unix-like in its philosophy.
Subject SHA-1 Author Date
Bump version to 0.6 f8bf8d251dfbaf53735fb5845a1dacab5b6d1d53 xaizek 2018-02-17 10:53:25
Document control interface b442adeb67061b02b49851a1816a5f5371d70702 xaizek 2018-02-11 19:51:22
Better way of checking out build revisions f2636ef4ab7211902d390f72fdd298b030f05cbd xaizek 2018-02-11 19:05:18
Change command prefix to "fragile-do/" 1d1e8e3a94a6cfcef1ea245a0f50011a91baf945 xaizek 2018-02-11 16:55:30
Add repeat command 9689e2db60419cb12e8eb4852f922367abc99c7a xaizek 2018-02-11 15:56:51
Account for symlinks on deleting directory trees 03290a3321eadfc80edd348712ef4607c1d4caaf xaizek 2018-02-11 14:10:58
Add "clean" command that removes buildboxes b3ac4649567d08b447280d984c0145595cc2f00e xaizek 2018-02-11 14:02:14
Move delTree() into a helper Utils class 73dc60b82eee66e1e165410340b86f939185c767 xaizek 2018-02-11 12:14:32
Fix a typo in a comment in classes/DB.php 9ce6d6bdb442e0927bef3bef50c8d541e07b9f59 xaizek 2018-02-11 12:13:34
Escape HTML symbols in report d108da37b7ef9806d8881a389c3cf788f249235f xaizek 2018-02-08 18:42:29
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/fragile

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/fragile

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master