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
Make text on a badge more legible via better fonts 47a24aeaaa8714a78d18df804e78ad146bd0ec94 xaizek 2023-03-05 14:45:39
Fix use of undefined var in Build::markAsStarted() 11f1c5b901a3e665b40a4d6735a0e1a4e58bfea3 xaizek 2022-12-12 17:10:11
Fix a typo inside comment of post-update hook a41d5a0f2684fd01033f76864d8444192cca2519 xaizek 2018-12-20 11:13:33
Add LSB header to the sample init script 6bfe1d8f35fddaa3d3acfcb0b9ec602f61d5e890 xaizek 2018-12-12 21:53:58
Display duration in the interface 7429f9fba1cfed27d4114d6dd1b9c822415905b0 xaizek 2018-11-24 12:33:03
Read and write build start/end times 1d91d3d8dddbb724ce9ecd4bed9a7db1bac5d5a0 xaizek 2018-11-24 12:12:33
Add build start/end time fields to the database 551c77ee56586a130266c225a9affa85b8d383a8 xaizek 2018-11-24 12:12:02
Change Build::{setResult => markAsFinished}() d0d3b1ce464daf8b2c4129e2c101e0a05a40d05a xaizek 2018-11-23 10:28:44
Change Build::{setStatus => markAsStarted}() 77af52aecb535bd2a915477e29a5641349239604 xaizek 2018-11-23 10:23:38
Fix error message in Build::setResult() 4f55cfb0ee2d3e70d46ac2e342d25c84c6dfe9f2 xaizek 2018-11-23 10:20:36
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