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

Fix error message in Build::setResult()
Author: xaizek
Author date (UTC): 2018-11-23 10:20
Committer name: xaizek
Committer date (UTC): 2018-11-23 10:20
Parent(s): 867ef55b8db22ae3256b5caea2b2bedb2c718612
Signing key: 99DC5E4DB05F6BE2
Tree: 13a54e63a3bd30422d2e3a6d827b0fbcc9478a01
File Lines added Lines deleted
classes/Build.php 1 1
File classes/Build.php changed (mode: 100644) (index 437b6e6..f4cef89)
... ... class Build
149 149 if (!$statement || if (!$statement ||
150 150 $statement->execute([$status, $output, $exitcode, $this->buildset, $statement->execute([$status, $output, $exitcode, $this->buildset,
151 151 $this->buildername]) === false) { $this->buildername]) === false) {
152 die("Failed to set build status to 'running'\n"
152 die("Failed to set build status to '$status'\n"
153 153 . print_r(DB::errorInfo(), true)); . print_r(DB::errorInfo(), true));
154 154 } }
155 155
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