List of commits:
Subject Hash Author Date (UTC)
Fixed an AVC related to apache logging. 21f0a49a7c51687e38046437eca2bfe7a2c86d78 Catalin(ux) M. BOIE 2015-04-24 15:35:11
Lots of fixes, mostly CSS 7f079cf057ae0545827ba0090b816ac181bd2139 Catalin(ux) M. BOIE 2015-04-22 18:39:21
Lots of fixes all over the place. 12b0f0dc0503557effe906b6f7bf519768fdf766 Catalin(ux) M. BOIE 2015-04-21 22:23:25
Added template for libvirt 3c3d00aa66f86c25cb35f273f017d6f0ea4552b7 Catalin(ux) M. BOIE 2015-04-20 16:06:51
Deal with git log when binary files are involved cda372cdb187782a1a1f8b0986c30fecbd0d0eb6 Catalin(ux) M. BOIE 2015-04-20 03:49:49
Bump version to 0.28 5be3f9aeab3dbb0e1d1a0afc72302ec0a35104d3 Catalin(ux) M. BOIE 2015-04-19 21:49:31
Fixed pushes and error reporting by git transport f9c8b9726d9ba962e1530f1bc6166b4a40f38df0 Catalin(ux) M. BOIE 2015-04-19 21:49:05
Lots of things. Fixes err- generation when I know I will test error code 481d2e0c17ee8ce3b255b6f672e1d5f6a75484b5 Catalin(ux) M. BOIE 2015-04-18 08:03:48
Checkpoint 02e554c59c837b94e1a7c8bdfcf2256d68201ff5 Catalin(ux) M. BOIE 2015-04-17 06:58:24
Checkpoint 96355ec971acd16480c9c22469a2a659c8ade994 Catalin(ux) M. BOIE 2015-04-16 22:17:25
Bump version. 93dd0b79cee0d857933155391fc3e96ba8609071 Catalin(ux) M. BOIE 2015-04-09 20:24:08
Fixes all over the place c383074b6967a1d6de1bac42f4960cf0d705e23f Catalin(ux) M. BOIE 2015-04-09 20:19:50
Fixes for deleting logs. d56c69368f304dca943a8050111666fd9ba34364 Catalin(ux) M. BOIE 2015-04-09 20:12:17
Fixed state_set function cf9cc661bca7194dbb65acdcbb253552be7acf70 Catalin(ux) M. BOIE 2015-04-08 21:11:10
Mostly merge request display fixes; log delete d931fe7c4170643e46404c32659f4dce031d4cb4 Catalin(ux) M. BOIE 2015-04-08 18:39:59
Checkpoint 2d64b6d16a45ced4f751b6b64972cb0c3cf7d21c Catalin(ux) M. BOIE 2015-04-07 04:23:33
Spell check; bump version bbb797a48b9c4bb00c411305c10ebe750a846bc5 Catalin(ux) M. BOIE 2015-03-30 18:15:46
Small fixes for init part 3477c411854eb1749cfb1e423eab6455d9302ec5 Catalin(ux) M. BOIE 2015-03-29 21:48:49
Checkpoint e19235372a5c1f19ce6e070ad6d0173571ebc50b Catalin(ux) M. BOIE 2015-03-29 16:03:13
Added license support 7a675f59c73ad5383033acbee2de98d2c31d1681 Catalin(ux) M. BOIE 2015-03-22 08:28:33
Commit 21f0a49a7c51687e38046437eca2bfe7a2c86d78 - Fixed an AVC related to apache logging.
PHP Warning: fopen(/var/log/rocketgit-web/cron-20150424.log): failed to
open stream: Permission denied in /usr/share/rocketgit/inc/log.inc.php on
line 73
Author: Catalin(ux) M. BOIE
Author date (UTC): 2015-04-24 15:35
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2015-04-24 15:35
Parent(s): 7f079cf057ae0545827ba0090b816ac181bd2139
Signing key:
Tree: fba5e095b9e0d6aa311d311139848be787d440f6
File Lines added Lines deleted
selinux/rocketgit.te 2 2
File selinux/rocketgit.te changed (mode: 100644) (index 10dc867..de5a2c8)
1 policy_module(rocketgit,1.0.78)
1 policy_module(rocketgit,1.0.79)
2 2
3 3 ######################################## ########################################
4 4 # #
 
... ... logging_log_filetrans(rocketgit_t, rocketgit_log_t, file)
89 89 # allow rocketgit_t access to /var/log/rocketgit-web. Why? # allow rocketgit_t access to /var/log/rocketgit-web. Why?
90 90 # Some of rights are needed because cron as apache is deleting log files in # Some of rights are needed because cron as apache is deleting log files in
91 91 # /var/log/rocketgit-web. # /var/log/rocketgit-web.
92 allow rocketgit_t httpd_log_t:dir { write add_name remove_name getattr read open };
92 allow rocketgit_t httpd_log_t:dir { search write add_name remove_name getattr read open };
93 93 allow rocketgit_t httpd_log_t:file { getattr setattr create unlink open append }; allow rocketgit_t httpd_log_t:file { getattr setattr create unlink open append };
94 94
95 95
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