xaizek / uncov (License: AGPLv3+) (since 2018-12-07)
Uncov(er) is a tool that collects and processes code coverage reports.
Commit 27ba122f22b812d421b43ef17306e902c3df7c1c

Add LSB header to the sample init script
Author: xaizek
Author date (UTC): 2018-12-21 17:22
Committer name: xaizek
Committer date (UTC): 2018-12-21 17:22
Parent(s): caeefca7f667a109343c7a754d0f606112336088
Signing key: 99DC5E4DB05F6BE2
Tree: d83fe15b48de701e9d45f79a8486ad542e8abef4
File Lines added Lines deleted
data/rc.uncover-web 10 0
File data/rc.uncover-web changed (mode: 100755) (index 1e71586..fe777ce)
3 3 # chkconfig: 345 20 80 # chkconfig: 345 20 80
4 4 # description: uncov-web daemon # description: uncov-web daemon
5 5
6 ### BEGIN INIT INFO
7 # Provides: uncov-web
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: uncov-web daemon.
13 # Description: uncov-web daemon.
14 ### END INIT INFO
15
6 16 echo "Edit USER and DAEMONOPTS below and remove this and the next line!" echo "Edit USER and DAEMONOPTS below and remove this and the next line!"
7 17 exit 1 exit 1
8 18
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/uncov

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

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