xaizek / rocketgit (License: AGPLv3+) (since 2018-12-09)
Light and fast Git hosting solution suitable to serve both as a hub or as a personal code storage with its tickets, pull requests, API and much more.
Commit 8d28fc4e9d66d9a07d1148d893176a99533f8796

Corrected a problem in spec file
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-03-11 17:33
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-03-11 17:37
Parent(s): 1481eafa69e1b2f2e2922a7b26acc3dc9a56f1a3
Signing key:
Tree: bb081eb8322f71fb692e08073f2324992821626a
File Lines added Lines deleted
rocketgit.spec.in 1 1
File rocketgit.spec.in changed (mode: 100644) (index 718f039..04c0bd1)
... ... rm -rf ${RPM_BUILD_ROOT}
96 96 %attr(0755,rocketgit,rocketgit) %dir @VAR_LIB@/@PRJ@/q_merge_requests %attr(0755,rocketgit,rocketgit) %dir @VAR_LIB@/@PRJ@/q_merge_requests
97 97 %attr(0755,rocketgit,rocketgit) %dir @VAR_LIB@/@PRJ@/sockets %attr(0755,rocketgit,rocketgit) %dir @VAR_LIB@/@PRJ@/sockets
98 98 %attr(0700,rocketgit,rocketgit) %dir @VAR_LIB@/@PRJ@/tmp %attr(0700,rocketgit,rocketgit) %dir @VAR_LIB@/@PRJ@/tmp
99 %attr(0700,root,root) @I_USR_SBIN@/*
99 %attr(0700,root,root) @USR_SBIN@/*
100 100 @USR_SHARE@/@PRJ@/* @USR_SHARE@/@PRJ@/*
101 101 @USR_SHARE@/selinux/*/@PRJ@.pp @USR_SHARE@/selinux/*/@PRJ@.pp
102 102
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/rocketgit

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

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