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 e4f3f04e1fdcc791432effd8a14771cf97ab88ee

Fix links to sources in Debian package
Author: xaizek
Author date (UTC): 2018-12-08 22:15
Committer name: xaizek
Committer date (UTC): 2018-12-08 22:19
Parent(s): 6e12cad0e5fc65a8458dde0bba5ae559b7ad6587
Signing key: 99DC5E4DB05F6BE2
Tree: 6a55131690187b06470d1a4cce260887b5d01f4e
File Lines added Lines deleted
debian/control.in 2 2
File debian/control.in changed (mode: 100644) (index 808965f..f999051)
... ... Priority: optional
5 5 Build-Depends: debhelper (>= 9), checkpolicy, hardlink, php-cli Build-Depends: debhelper (>= 9), checkpolicy, hardlink, php-cli
6 6 Standards-Version: 3.9.6 Standards-Version: 3.9.6
7 7 Homepage: @HOME_PAGE@ Homepage: @HOME_PAGE@
8 Vcs-Git: git://rocketgit.com/user/catalinux/dupdump
9 Vcs-Browser: https://rocketgit.com/user/catalinux/dupdump
8 Vcs-Git: git://rocketgit.com/user/catalinux/rocketgit
9 Vcs-Browser: https://rocketgit.com/user/catalinux/rocketgit
10 10
11 11 Package: @PRJ@ Package: @PRJ@
12 12 Architecture: all Architecture: all
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