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 681151c53be2922e9f2cedc20be5add1587e013d

The build process nedds php
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-11-17 22:37
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-11-17 22:37
Parent(s): cefea42530ef6ed4ddf8d2f36020b8e2d5dbf467
Signing key:
Tree: 786db707a1e04cc00047ee84b17b144a2ac08a3c
File Lines added Lines deleted
debian/control.in 1 1
rocketgit.spec.in 1 1
File debian/control.in changed (mode: 100644) (index 8552441..555bbc0)
... ... Source: @PRJ@
2 2 Maintainer: @MAINTAINER_NAME@ <@MAINTAINER_EMAIL@> Maintainer: @MAINTAINER_NAME@ <@MAINTAINER_EMAIL@>
3 3 Section: misc Section: misc
4 4 Priority: optional Priority: optional
5 Build-Depends: debhelper (>= 9), checkpolicy, selinux-policy-devel, hardlink
5 Build-Depends: debhelper (>= 9), checkpolicy, selinux-policy-devel, hardlink, php5-cli
6 6 Standards-Version: 3.9.6 Standards-Version: 3.9.6
7 7 Homepage: @HOME_PAGE@ Homepage: @HOME_PAGE@
8 8 Vcs-Git: git://rocketgit.com/user/catalinux/dupdump Vcs-Git: git://rocketgit.com/user/catalinux/dupdump
File rocketgit.spec.in changed (mode: 100644) (index 074e596..9bd6ba1)
... ... Requires: git, cronie, postgresql-server
19 19 Requires: util-linux Requires: util-linux
20 20 # SELinux stuff # SELinux stuff
21 21 # https://fedoraproject.org/wiki/SELinux_Policy_Modules_Packaging_Draft?rd=PackagingDrafts/SELinux/PolicyModules # https://fedoraproject.org/wiki/SELinux_Policy_Modules_Packaging_Draft?rd=PackagingDrafts/SELinux/PolicyModules
22 BuildRequires: checkpolicy, selinux-policy-devel, hardlink, systemd
22 BuildRequires: checkpolicy, selinux-policy-devel, hardlink, systemd, php-cli
23 23 # Needed for Fedora <= 19 # Needed for Fedora <= 19
24 24 %if "%{selinux_policyver}" != "" %if "%{selinux_policyver}" != ""
25 25 Requires: selinux-policy >= %{selinux_policyver} Requires: selinux-policy >= %{selinux_policyver}
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