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

Fix a typo inside comment of post-update hook
Author: xaizek
Author date (UTC): 2018-12-20 11:13
Committer name: xaizek
Committer date (UTC): 2018-12-20 11:13
Parent(s): 6bfe1d8f35fddaa3d3acfcb0b9ec602f61d5e890
Signing key: 99DC5E4DB05F6BE2
Tree: 8cfb46ef97afed5a41690dd6a35e2f97fed59d8b
File Lines added Lines deleted
other/post-update 1 1
File other/post-update changed (mode: 100755) (index 26a2ee7..580675e)
2 2
3 3 # This is an example git post-update hook to trigger builders. # This is an example git post-update hook to trigger builders.
4 4
5 # Assumes that deamon part of the fragile is located in parent directory of the
5 # Assumes that daemon part of the fragile is located in parent directory of the
6 6 # repository. # repository.
7 7
8 8 for ref; do for ref; do
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