xaizek / fragile (License: AGPLv3+) (since 2018-12-07)
Simple lightweight CI, attempting to be somewhat Unix-like in its philosophy.
Commit 6bfe1d8f35fddaa3d3acfcb0b9ec602f61d5e890

Add LSB header to the sample init script
Author: xaizek
Author date (UTC): 2018-12-12 21:53
Committer name: xaizek
Committer date (UTC): 2018-12-12 21:53
Parent(s): efaea5e31ae4597b8bbbbdcc9ec8bc386921d94f
Signing key: 99DC5E4DB05F6BE2
Tree: 38099d63a9844f4813d9c729fbfb0a1fe9c67578
File Lines added Lines deleted
other/rc.fragile 10 0
File other/rc.fragile changed (mode: 100755) (index 3c25e48..add9b8c)
3 3 # chkconfig: 345 20 80 # chkconfig: 345 20 80
4 4 # description: fragile CI daemon # description: fragile CI daemon
5 5
6 ### BEGIN INIT INFO
7 # Provides: fragile
8 # Required-Start: $remote_fs $syslog
9 # Required-Stop: $remote_fs $syslog
10 # Default-Start: 2 3 4 5
11 # Default-Stop: 0 1 6
12 # Short-Description: fragile CI daemon.
13 # Description: fragile CI daemon.
14 ### END INIT INFO
15
6 16 USER=fragile USER=fragile
7 17 DAEMON="php /var/fragile/daemon.php" DAEMON="php /var/fragile/daemon.php"
8 18 DAEMONOPTS= DAEMONOPTS=
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