/Makefile.in (6f0847970ec993071269e09221000eb8eca182be) (676 bytes) (mode 100644) (type blob)
export CC := gcc
export INCS +=
export LIBS +=
.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 inc hooks root scripts $(I_USR_SHARE)/$(PRJ)
@mkdir -p $(I_ETC)/xinetd.d
cp -vd samples/rg $(I_ETC)/xinetd.d/rocketgit
@mkdir -p $(I_ETC)/cron.d
cp -vd samples/cron $(I_ETC)/cron.d/rocketgit
@mkdir -p $(I_ETC)/httpd/conf.d
cp -vd samples/rg.conf $(I_ETC)/httpd/conf.d/rocketgit.conf
@mkdir -p $(I_ETC)/rocketgit
cp -vd samples/config.php $(I_ETC)/rocketgit/
cp -vd samples/config.php $(I_ETC)/rocketgit/config.php.sample
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
20 |
79f9730cd85005a7e2529287be2992987f22ab6e |
.exclude |
100644 |
blob |
59 |
cd4897a82f249e654d3f821f4913aba2300f5cba |
.gitignore |
100644 |
blob |
35147 |
94a9ed024d3859793618152ea559a168bbcbb5e2 |
LICENSE |
100644 |
blob |
676 |
6f0847970ec993071269e09221000eb8eca182be |
Makefile.in |
100644 |
blob |
376 |
29918cb68297e906bfa2e2893dea98bc19799b05 |
README |
100644 |
blob |
5534 |
15b3ab03bc26971ac54d1a63263ba4190ccc2657 |
TODO |
040000 |
tree |
- |
aa106553551f879414d1de0956b752b7a1e86ef3 |
admin |
040000 |
tree |
- |
76a16691bc48bbe42bdc63a6d1244d2d49e4da2d |
artwork |
100755 |
blob |
23 |
d33bb6c4ecdce1390ce1db3c79ea3b93e22ea755 |
configure |
100755 |
blob |
13007 |
eb0f11a7732c5c2dc11cd10c94b0aa471c535d2b |
duilder |
100644 |
blob |
267 |
eb03e0e714a3ccd63b3aef41e3616c16a93ed410 |
duilder.conf |
040000 |
tree |
- |
61379d958a3d80dce95c0e1cb87502bbeb058b2a |
hooks |
040000 |
tree |
- |
c5122f9f1057a3ce8912431745f7e21d2cb47462 |
inc |
100644 |
blob |
1190 |
54cf55134de591593e250b9220eb4e6809b307f1 |
rocketgit.spec.in |
040000 |
tree |
- |
a1e3a2ac65a01a6da0fbf09fa50b4e8bb7f64029 |
root |
040000 |
tree |
- |
dbd37f6af01c2e7de7638f982817fae77b72bbf6 |
samples |
040000 |
tree |
- |
8fcc0c73e2e56f08eb11a93839231b8da2b0a633 |
scripts |
040000 |
tree |
- |
006a92b2ef1a950e8b3d95fa7f805f67c706f95a |
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