List of commits:
Subject Hash Author Date (UTC)
Added logrotate support b827ee7c179d5b72f6ac3ac255edb6de6decb91a Catalin(ux) M. BOIE 2011-07-01 03:25:13
More bulk updates 6dc2b24ebde74bbb64ef2893e2ddb8b7b9456219 Catalin(ux) M. BOIE 2011-07-01 03:16:01
Bulk changes e3771b115feb49698383730893ced1bac5670cac Catalin(ux) M. BOIE 2011-06-29 21:50:03
Ignore Changelog-last file. 32260f93743a577cbaf7cefd335517e4a42edcf0 Catalin(ux) M. BOIE 2011-06-27 21:20:53
Ignore *.out files. 265ba83a2df891cdcc7b35801a46cfc2583983ee Catalin(ux) M. BOIE 2011-06-27 21:20:23
Added shadow-utils as dependency fot user/groupadd. f5816c0bd992881439706041986a3a178eaf69bd Catalin(ux) M. BOIE 2011-06-27 21:08:32
More rpm fixes. 701daf680d15dc69a2a8709f6de5167b55ce02c2 Catalin(ux) M. BOIE 2011-06-27 21:01:24
Add rocketgit user and group. 1b2f9e1e16ed98d5eadd575a87bf0ff738d710c4 Catalin(ux) M. BOIE 2011-06-27 20:59:59
Other bulk stuff. 6cbfef4abe177ad8dad6bdc5ba3fb1d0e2270a9b Catalin(ux) M. BOIE 2011-06-27 19:50:32
Ignore *.log files. a87bc5c123478e429f430684a0962c8301e7cf90 Catalin(ux) M. BOIE 2011-06-27 19:49:58
Exclude from tar some bogus files. 77766d5276226ab0d6a03985a462daef3c91856a Catalin(ux) M. BOIE 2011-06-27 19:49:26
Lots of stuff. c1778920e66c4561f63632030fff66bff71d4395 Catalin(ux) M. BOIE 2011-06-27 17:33:14
Another round of fixes. 3c6df6f5a6053d322f93814b3a8ccc8555951d9f Catalin(ux) M. BOIE 2011-05-04 03:22:27
Another round of fixes. 0d841811babba24b643404169b645379377a92f9 Catalin(ux) M. BOIE 2011-05-03 03:29:10
Bulk updates. 31a2d477a86a3a408c44720bb8c8e280fc4894d2 Catalin(ux) M. BOIE 2011-04-06 20:37:51
Bulk update. 852d93d3bf7995ca427982f4ec1aa2bd1bf75063 Catalin(ux) M. BOIE 2011-04-06 15:22:02
Do not log IP. For IPv6 is eating a whole line. Session is enough. aae5180a3eed608170972b9a49bf19be37353141 Catalin(ux) M. BOIE 2011-03-18 04:07:53
Another bulk update. 9578a66fd047f044525e37469e6fc1db052ad486 Catalin(ux) M. BOIE 2011-03-16 04:27:24
Another bulk commit. 2ad8a84b27b80b66efa680f778dbf562d08da099 Catalin(ux) M. BOIE 2011-03-15 04:10:24
Bulk changes. 71ffd566d62b019302ffaeebaae0ab5edddc93d3 Catalin(ux) M. BOIE 2011-03-05 23:42:55
Commit b827ee7c179d5b72f6ac3ac255edb6de6decb91a - Added logrotate support
Author: Catalin(ux) M. BOIE
Author date (UTC): 2011-07-01 03:25
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2011-07-01 03:25
Parent(s): 6dc2b24ebde74bbb64ef2893e2ddb8b7b9456219
Signing key:
Tree: 5e9e9327b3d75c693944607fc1c1a7189dc9d3dd
File Lines added Lines deleted
Makefile.in 2 0
rocketgit.spec.in 1 0
samples/logrotate 15 0
File Makefile.in changed (mode: 100644) (index c754b46..19dfd01)
... ... install: all
22 22 @mkdir -p $(I_ETC)/rocketgit @mkdir -p $(I_ETC)/rocketgit
23 23 cp -vd samples/config.php $(I_ETC)/rocketgit/ cp -vd samples/config.php $(I_ETC)/rocketgit/
24 24 cp -vd samples/config.php $(I_ETC)/rocketgit/config.php.sample cp -vd samples/config.php $(I_ETC)/rocketgit/config.php.sample
25 @mkdir -p $(I_ETC)/logrotate.d
26 cp -vd samples/logrotate $(I_ETC)/logrotate.d/rocketgit
25 27 @mkdir -p $(I_VAR_LOG)/$(PRJ) @mkdir -p $(I_VAR_LOG)/$(PRJ)
26 28 @chown rocketgit:rocketgit $(I_VAR_LOG)/$(PRJ) @chown rocketgit:rocketgit $(I_VAR_LOG)/$(PRJ)
27 29 @chmod 0700 $(I_VAR_LOG)/$(PRJ) @chmod 0700 $(I_VAR_LOG)/$(PRJ)
File rocketgit.spec.in changed (mode: 100644) (index b3c7399..8ce07ac)
... ... rm -rf ${RPM_BUILD_ROOT}
56 56 %attr(0700,rocketgit,rocketgit) %dir /var/run/@PRJ@ %attr(0700,rocketgit,rocketgit) %dir /var/run/@PRJ@
57 57 %attr(0700,rocketgit,rocketgit) %dir /var/log/@PRJ@ %attr(0700,rocketgit,rocketgit) %dir /var/log/@PRJ@
58 58 %attr(0700,apache,apache) %dir /var/log/@PRJ@-web %attr(0700,apache,apache) %dir /var/log/@PRJ@-web
59 %config(noreplace) /etc/logrotate.d/rocketgit
59 60
60 61 %changelog %changelog
61 62 * Mon Jun 27 2011 Catalin(ux) M. BOIE <catab at embedromix dot ro> 0.2 * Mon Jun 27 2011 Catalin(ux) M. BOIE <catab at embedromix dot ro> 0.2
File samples/logrotate added (mode: 100644) (index 0000000..0b1bab5)
1 /var/log/rocketgit/*.log {
2 weekly
3 missingok
4 rotate 4
5 compress
6 delaycompress
7 }
8
9 /var/log/rocketgit-web/*.log {
10 weekly
11 missingok
12 rotate 4
13 compress
14 delaycompress
15 }
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