List of commits:
Subject Hash Author Date (UTC)
.spec file fixes: use %{_unitdir} instead of @USR@/lib and systemd dependency f39aea08f7b63aae84b3bc4f68bc8995f06e52e9 Catalin(ux) M. BOIE 2016-09-21 18:45:27
Fix duilder: forgot to replace @USR@ d2d4920111d02c35944e15da642728a4b695c9ff Catalin(ux) M. BOIE 2016-09-21 17:56:15
Bump version to 0.57 b8be77c83936b5083d004f380ec0366d5562342e Catalin(ux) M. BOIE 2016-09-21 17:26:09
In features, add something about Affero ee43843c67c6d495a545773d87ed5c002b99483f Catalin(ux) M. BOIE 2016-09-21 17:12:06
fix a unit test e1145815a78faa7f24e899750547ba893a05d173 Catalin(ux) M. BOIE 2016-09-21 16:56:01
Invalid repo path used 8d9766033596179b235d6756a0af551a503278f2 Catalin(ux) M. BOIE 2016-09-21 16:54:52
Typo b0b945bb27ce33e5065de0e59aca757b92852c60 Catalin(ux) M. BOIE 2016-09-21 16:54:13
git remote change was replaced with git remote set-url 06d39d3519b2d026a4fe425586a64822cf430d4b Catalin(ux) M. BOIE 2016-09-21 16:53:49
Lots of fixes for html/css to adapt to any device 8558dc5641c14bd49187ef40eea4d2f58f56b337 Catalin(ux) M. BOIE 2016-09-21 16:52:59
Author file update 4face2cce133cc994efc67a1721a5260af3ab2a1 Catalin(ux) M. BOIE 2016-09-21 16:51:04
duilder fixes (USR was not defined) fd5ff1e7c3d974714570237c323ece393aaaa85b Catalin(ux) M. BOIE 2016-09-21 16:50:39
Autodetect admin e-mail based on host name 52901d8c0f73af6e909738ac8bc1cf331787e55e Catalin(ux) M. BOIE 2016-09-20 02:43:55
When ssh host nmae is autodetected, it must not also use the http port c5dea927e57df2ac32a34037c5c36d829dc9356f Catalin(ux) M. BOIE 2016-09-19 16:25:14
Adapt a little bit the install guide because of php-fpm cd6a0d9755dfb7b2a8b283e53d838b9724f22697 Catalin(ux) M. BOIE 2016-09-17 10:45:59
Bump version to 0.56 5c2c03e15864ebe466ac4dd3f8b0d761c363b13e Catalin(ux) M. BOIE 2016-09-17 10:45:16
Debian: adapt a little bit the dependencies 47f680a9e0330a360919b33255a403d1d99e47fc Catalin(ux) M. BOIE 2016-09-17 10:44:43
Now is safe to install rocketgit on a multiuser machine 5e945f6440609d2da3240acde977ca60b9e94b97 Catalin(ux) M. BOIE 2016-09-17 10:23:30
Big (bulk) update: fetch/push by http(s) e771f072b8b8393b8e40283ee87c663025407d70 Catalin(ux) M. BOIE 2016-09-17 10:22:17
Redo css for clone urls and added http url f7db12862aa048feba85411fd64a2a97403c2e66 Catalin(ux) M. BOIE 2016-09-17 10:14:49
Corrected url for refs and path rights 551f1cfd002bb44a5b1448f83a9cd8341aded9d6 Catalin(ux) M. BOIE 2016-09-07 03:39:28
Commit f39aea08f7b63aae84b3bc4f68bc8995f06e52e9 - .spec file fixes: use %{_unitdir} instead of @USR@/lib and systemd dependency
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-09-21 18:45
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-09-21 19:02
Parent(s): d2d4920111d02c35944e15da642728a4b695c9ff
Signing key:
Tree: fee749cd9c3e17fd5c8967a08a4bcf6dc244fbe8
File Lines added Lines deleted
rocketgit.spec.in 8 2
File rocketgit.spec.in changed (mode: 100644) (index e60363b..074e596)
2 2 %global selinux_variants %([ -z "%{selinux_types}" ] && echo mls strict targeted || echo %{selinux_types}) %global selinux_variants %([ -z "%{selinux_types}" ] && echo mls strict targeted || echo %{selinux_types})
3 3
4 4 %global selinux_policyver 0.0.0 %global selinux_policyver 0.0.0
5 %{?systemd_requires}
5 6
6 7 Summary: Light and fast Git hosting solution Summary: Light and fast Git hosting solution
7 8 Name: @PRJ@ Name: @PRJ@
 
... ... Requires: git, cronie, postgresql-server
18 19 Requires: util-linux Requires: util-linux
19 20 # SELinux stuff # SELinux stuff
20 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
21 BuildRequires: checkpolicy, selinux-policy-devel, hardlink
22 BuildRequires: checkpolicy, selinux-policy-devel, hardlink, systemd
22 23 # Needed for Fedora <= 19 # Needed for Fedora <= 19
23 24 %if "%{selinux_policyver}" != "" %if "%{selinux_policyver}" != ""
24 25 Requires: selinux-policy >= %{selinux_policyver} Requires: selinux-policy >= %{selinux_policyver}
 
... ... if [ $1 -ne 0 ]; then
51 52 /sbin/service xinetd reload &>/dev/null || : /sbin/service xinetd reload &>/dev/null || :
52 53 /sbin/service httpd reload &>/dev/null || : /sbin/service httpd reload &>/dev/null || :
53 54 fi fi
55 %systemd_post @PRJ@-fpm.service
56
57 %preun
58 %systemd_preun @PRJ@-fpm.service
54 59
55 60 %postun %postun
56 61 if [ $1 = 0 ]; then if [ $1 = 0 ]; then
 
... ... if [ $1 = 0 ]; then
60 65 done done
61 66 /sbin/fixfiles -R @PRJ@ restore || : /sbin/fixfiles -R @PRJ@ restore || :
62 67 fi fi
68 %systemd_postun @PRJ@-fpm.service
63 69
64 70 %prep %prep
65 71 %setup -q %setup -q
 
... ... rm -rf ${RPM_BUILD_ROOT}
101 107 %attr(0700,root,root) @USR_SBIN@/* %attr(0700,root,root) @USR_SBIN@/*
102 108 @USR_SHARE@/@PRJ@/* @USR_SHARE@/@PRJ@/*
103 109 @USR_SHARE@/selinux/*/@PRJ@.pp @USR_SHARE@/selinux/*/@PRJ@.pp
104 @USR@/lib/systemd/system/*
110 %{_unitdir}/*.service
105 111
106 112 %changelog %changelog
107 113 * Wed Oct 17 2012 Catalin(ux) M. BOIE <catab at embedromix dot ro> 0.10 * Wed Oct 17 2012 Catalin(ux) M. BOIE <catab at embedromix dot ro> 0.10
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://rocketgit.com/user/catalinux/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/rocketgit

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main