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 f1c28cd5c1f88ad0317202d98fe63bd15cb1b6f2

Update dependencies for Debian 10 (buster)
It's current Debian Stable release.
Author: xaizek
Author date (UTC): 2020-07-13 17:01
Committer name: xaizek
Committer date (UTC): 2020-07-30 21:15
Parent(s): ee2a01227b36d6e27ae7f81e651f5e241a16a0b0
Signing key: 99DC5E4DB05F6BE2
Tree: e5e084bc0856e14fd5e04e5f9209a4a1597e05e6
File Lines added Lines deleted
debian/control.in 1 1
samples/rocketgit-fpm 1 1
samples/rocketgit-fpm.service 1 1
File debian/control.in changed (mode: 100644) (index f999051..e9c1f0d)
... ... Vcs-Browser: https://rocketgit.com/user/catalinux/rocketgit
10 10
11 11 Package: @PRJ@ Package: @PRJ@
12 12 Architecture: all Architecture: all
13 Depends: ${shlibs:Depends}, ${misc:Depends}, apache2, php-fpm, php-cli, php-pgsql, git, cron, util-linux, postgresql-9.6
13 Depends: ${shlibs:Depends}, ${misc:Depends}, apache2, php-fpm, php-cli, php-pgsql, git, cron, util-linux, postgresql-11
14 14 Description: @SHORT_DESCRIPTION@ Description: @SHORT_DESCRIPTION@
File samples/rocketgit-fpm changed (mode: 100755) (index b61b778..6641cbb)
13 13 # Description: Light and fast Git hosting solution. # Description: Light and fast Git hosting solution.
14 14 ### END INIT INFO ### END INIT INFO
15 15
16 DAEMON="php-fpm7.0"
16 DAEMON="php-fpm7.3"
17 17 DAEMONOPTS="--fpm-config /etc/rocketgit/php-fpm.conf" DAEMONOPTS="--fpm-config /etc/rocketgit/php-fpm.conf"
18 18
19 19 NAME=rocketgit-fpm NAME=rocketgit-fpm
File samples/rocketgit-fpm.service changed (mode: 100644) (index b1eaf2e..148e29b)
... ... After=syslog.target network.target
13 13 [Service] [Service]
14 14 Type=notify Type=notify
15 15 PIDFile=/run/rocketgit.pid PIDFile=/run/rocketgit.pid
16 ExecStart=/usr/sbin/php-fpm7.0 --fpm-config /etc/rocketgit/php-fpm.conf
16 ExecStart=/usr/sbin/php-fpm7.3 --fpm-config /etc/rocketgit/php-fpm.conf
17 17 ExecReload=/bin/kill -USR2 $MAINPID ExecReload=/bin/kill -USR2 $MAINPID
18 18 PrivateTmp=true PrivateTmp=true
19 19 #Seems I get a denial #Seems I get a denial
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