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 58a51962e9025457419fac5051d0840732aeff6c

No need anymore for usr/lib
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-03-02 21:34
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-03-02 21:34
Parent(s): 9ea8a34050bc2ce4c53e942834f34eaffa5d4f06
Signing key:
Tree: 7611a8cd714a73baabe9c3670d1d8c1959855b47
File Lines added Lines deleted
rocketgit.spec.in 0 1
File rocketgit.spec.in changed (mode: 100644) (index d71949b..9bd6ba1)
... ... rm -rf ${RPM_BUILD_ROOT}
105 105 %attr(0700,rocketgit,rocketgit) %dir @VAR_LIB@/@PRJ@/tmp %attr(0700,rocketgit,rocketgit) %dir @VAR_LIB@/@PRJ@/tmp
106 106 %attr(0700,root,root) %dir @VAR_LIB@/@PRJ@/worker %attr(0700,root,root) %dir @VAR_LIB@/@PRJ@/worker
107 107 %attr(0700,root,root) @USR_SBIN@/* %attr(0700,root,root) @USR_SBIN@/*
108 %attr(0700,root,root) @USR_LIB@/*
109 108 @USR_SHARE@/@PRJ@/* @USR_SHARE@/@PRJ@/*
110 109 @USR_SHARE@/selinux/*/@PRJ@.pp @USR_SHARE@/selinux/*/@PRJ@.pp
111 110 %{_unitdir}/*.service %{_unitdir}/*.service
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