/Makefile.in (5e9380eddd60d38d5ee2d742f11bd749a2a7f2ac) (1155 bytes) (mode 100644) (type blob)
.PHONY: all
all: junk
.PHONY:
junk:
@-/bin/true
@echo "Done!"
.PHONY: clean
clean:
@-rm -f $(PRJ)-*.rpm $(PRJ)-*-*-*.tgz $(PRJ)-*.tar.gz
install: all
@mkdir -p $(I_USR_SHARE)/$(PRJ)
cp -vdr admin inc hooks root scripts $(I_USR_SHARE)/$(PRJ)
@mkdir -p $(I_ETC)/xinetd.d
cp -vd --no-clobber samples/rg $(I_ETC)/xinetd.d/rocketgit
@mkdir -p $(I_ETC)/cron.d
cp -vd --no-clobber samples/cron $(I_ETC)/cron.d/rocketgit
@mkdir -p $(I_ETC)/httpd/conf.d
cp -vd --no-clobber samples/rg.conf $(I_ETC)/httpd/conf.d/rocketgit.conf
@mkdir -p $(I_ETC)/rocketgit
cp -vd --no-clobber samples/config.php $(I_ETC)/rocketgit/
cp -vd samples/config.php $(I_ETC)/rocketgit/config.php.sample
@mkdir -p $(I_ETC)/logrotate.d
cp -vd --no-clobber samples/logrotate $(I_ETC)/logrotate.d/rocketgit
@mkdir -p $(I_VAR_LOG)/$(PRJ)
@-chown rocketgit:rocketgit $(I_VAR_LOG)/$(PRJ)
@chmod 0700 $(I_VAR_LOG)/$(PRJ)
@mkdir -p $(I_VAR_LOG)/$(PRJ)-web
@-chown apache:apache $(I_VAR_LOG)/$(PRJ)-web
@chmod 0700 $(I_VAR_LOG)/$(PRJ)-web
@mkdir -p $(I_VAR_LIB)/$(PRJ) $(I_VAR_LIB)/$(PRJ)/locks $(I_VAR_LIB)/$(PRJ)/repos
@-chown -R rocketgit:rocketgit $(I_VAR_LIB)/$(PRJ)
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
26 |
85c946cb687f42a070d70d4c9ce8b528b1cc1559 |
.exclude |
100644 |
blob |
87 |
bf1d9081b000eeaff7698f3e4dfae542742e473f |
.gitignore |
100644 |
blob |
241 |
bb95ecc003bd87c39a5d189512354638f2472ed0 |
Compare.txt |
100644 |
blob |
35147 |
94a9ed024d3859793618152ea559a168bbcbb5e2 |
LICENSE |
100644 |
blob |
1155 |
5e9380eddd60d38d5ee2d742f11bd749a2a7f2ac |
Makefile.in |
100644 |
blob |
1990 |
ebe4e09a5e2c9f0fc756c60201a9e91383b0f58e |
README |
100644 |
blob |
12272 |
ad15ccdafbf8d9995411a31c3cdd7f289d1995a2 |
TODO |
040000 |
tree |
- |
a21c67d61a01e934223da1bb0bd5e1953c025f78 |
admin |
040000 |
tree |
- |
76a16691bc48bbe42bdc63a6d1244d2d49e4da2d |
artwork |
100755 |
blob |
23 |
d33bb6c4ecdce1390ce1db3c79ea3b93e22ea755 |
configure |
100755 |
blob |
13311 |
a6e2825b35f915e6d64c2a981fa3b6266b2bf587 |
duilder |
100644 |
blob |
268 |
3923b9deec801f5f28dc99655e9589aec171c24d |
duilder.conf |
040000 |
tree |
- |
5b0fa0789b479882ae207c2793b484bdc3256790 |
hooks |
040000 |
tree |
- |
6672062290810e681bffff5761e579a0f594afb2 |
inc |
100644 |
blob |
1794 |
bbef3a7a0b69e08d68de117bb2fa4efc5ce67b2c |
rocketgit.spec.in |
040000 |
tree |
- |
5a020eea39f2af4106db4fcd5b23773a6da0b2fb |
root |
040000 |
tree |
- |
8aec09a723c6d2fdae34bff75f184970b676775a |
samples |
040000 |
tree |
- |
4eb812ba513f760c9f52a0f3c6a0c55f2e94d730 |
scripts |
040000 |
tree |
- |
a1fb97079e829322d704f4166db439e1dd1a6a85 |
tests |
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