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

Bump version to 0.6
Author: xaizek
Author date (UTC): 2018-02-17 10:53
Committer name: xaizek
Committer date (UTC): 2018-02-17 10:53
Parent(s): b442adeb67061b02b49851a1816a5f5371d70702
Signing key: 99DC5E4DB05F6BE2
Tree: 8f40f066e3998d0f94b76d47f7607899ad19aa93
File Lines added Lines deleted
README.md 2 2
footer.php 1 1
File README.md changed (mode: 100644) (index 89866bc..b8fa480)
1 **fragile**, _v0.5_, _2015 – 2018_
1 **fragile**, _v0.6_, _2015 – 2018_
2 2
3 _This file last updated on 11 February, 2018_
3 _This file last updated on 17 February, 2018_
4 4
5 5 ### Brief Description ### ### Brief Description ###
6 6
File footer.php changed (mode: 100644) (index e91aa93..0353fb4)
13 13 // You should have received a copy of the GNU Affero General Public License // You should have received a copy of the GNU Affero General Public License
14 14 // along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
15 15
16 print "<footer><a href='" . CI_URL . "'>fragile v0.5</a></footer>\n"
16 print "<footer><a href='" . CI_URL . "'>fragile v0.6</a></footer>\n"
17 17 . "</body></html>"; . "</body></html>";
18 18
19 19 ?> ?>
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