/Makefile.in (8e1c27b29799b0a1e4bac62b2139aff0d3f4c4f0) (1100 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_RUN)/$(PRJ)
@-chown rocketgit:rocketgit $(I_VAR_RUN)/$(PRJ)
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
26 |
85c946cb687f42a070d70d4c9ce8b528b1cc1559 |
.exclude |
100644 |
blob |
80 |
003be7923a1a0ae2ee2c52f4604bab34b9a0850e |
.gitignore |
100644 |
blob |
35147 |
94a9ed024d3859793618152ea559a168bbcbb5e2 |
LICENSE |
100644 |
blob |
1100 |
8e1c27b29799b0a1e4bac62b2139aff0d3f4c4f0 |
Makefile.in |
100644 |
blob |
1874 |
5ad3d65eabac85aa696e21378b7df07254f9f77b |
README |
100644 |
blob |
9167 |
c1c7452f367191e0fe4db2da3acc63e3dd085220 |
TODO |
040000 |
tree |
- |
5e9253cd60675c0465188baccb364761a52fef0e |
admin |
040000 |
tree |
- |
76a16691bc48bbe42bdc63a6d1244d2d49e4da2d |
artwork |
100755 |
blob |
23 |
d33bb6c4ecdce1390ce1db3c79ea3b93e22ea755 |
configure |
100755 |
blob |
13141 |
081d1c2174db44f5834f6bf6eb2cf4e805faa2d2 |
duilder |
100644 |
blob |
268 |
3923b9deec801f5f28dc99655e9589aec171c24d |
duilder.conf |
040000 |
tree |
- |
d51a73bf5470fb57a589e47f26629967b0abf1d4 |
hooks |
040000 |
tree |
- |
06c1b6c5f6a0e87e541d4152bdc43eb01f91f3f8 |
inc |
100644 |
blob |
1786 |
694f685aa032f88ae57c6fabf14315d74d333430 |
rocketgit.spec.in |
040000 |
tree |
- |
9bd9dd1c747ccebc88404ac1b3125699f478e414 |
root |
040000 |
tree |
- |
682473e5193b821c300cd9bc61a924f8062da1ed |
samples |
040000 |
tree |
- |
b2ba409dc35c0774c4bfdb4f58ad96f3c88a078f |
scripts |
040000 |
tree |
- |
a546c7eba27e4f1127eef8bd40749fda7c59df0b |
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