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 47f680a9e0330a360919b33255a403d1d99e47fc

Debian: adapt a little bit the dependencies
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-09-17 10:44
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-09-17 10:44
Parent(s): 5e945f6440609d2da3240acde977ca60b9e94b97
Signing key:
Tree: 521568920ccb78c3d1f3d1855664c071bca753d5
File Lines added Lines deleted
debian/control.in 1 1
File debian/control.in changed (mode: 100644) (index 9f469f4..8552441)
... ... Vcs-Browser: https://rocketgit.com/user/catalinux/dupdump
10 10
11 11 Package: @PRJ@ Package: @PRJ@
12 12 Architecture: all Architecture: all
13 Depends: ${shlibs:Depends}, ${misc:Depends}, httpd, mod_ssl, php-fpm, php-cli, php-pgsql, php-mbstring, xinetd, git, cronie, util-linux, shadow-utils, postgresql-server
13 Depends: ${shlibs:Depends}, ${misc:Depends}, apache2, php5-fpm, php5-cli, php5-pgsql, xinetd, git, cronie, util-linux, shadow-utils, postgresql-9.4
14 14 Description: @SHORT_DESCRIPTION@ Description: @SHORT_DESCRIPTION@
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