/Makefile.in (00feb72f58732b803fb130b4efe653919c372518) (2241 bytes) (mode 100644) (type blob)
.PHONY: all
all: selinux
.PHONY: selinux
selinux:
@echo "Building SELinux..."
cd selinux && ./build.sh
.PHONY: clean
clean:
make -C tests clean
@-rm -f $(PRJ)-*.rpm $(PRJ)-*-*-*.tgz $(PRJ)-*.tar.gz
@-rm -rf selinux/out
@find . -type f -name '*.strace' -exec rm -f {} \;
@find . -type f -name '*.log' -exec rm -f {} \;
@find . -type f -name '*.out' -exec rm -f {} \;
@find . -type f -name '*.bak' -exec rm -f {} \;
.PHONY: tests
tests:
make -C tests all
install: all
@mkdir -pv $(I_USR_SHARE)/$(PRJ)
cp -vdr inc hooks root scripts $(I_USR_SHARE)/$(PRJ)
@mkdir -pv $(I_ETC)/xinetd.d
cp -vd --no-clobber samples/rg $(I_ETC)/xinetd.d/$(PRJ)
@mkdir -pv $(I_ETC)/cron.d
cp -vd samples/cron $(I_ETC)/cron.d/$(PRJ)
@mkdir -pv $(I_ETC)/httpd/conf.d
cp -vd --no-clobber samples/rg.conf $(I_ETC)/httpd/conf.d/$(PRJ).conf
@mkdir -pv $(I_ETC)/$(PRJ)
cp -vd --no-clobber samples/config.php $(I_ETC)/$(PRJ)/
cp -vd samples/config.php $(I_ETC)/$(PRJ)/config.php.sample
@mkdir -pv $(I_ETC)/logrotate.d
cp -vd samples/logrotate $(I_ETC)/logrotate.d/$(PRJ)
@
@echo "Installing log stuff..."
@mkdir -pv $(I_VAR_LOG)/$(PRJ)
@-chown -R rocketgit:rocketgit $(I_VAR_LOG)/$(PRJ)
@-find $(I_VAR_LOG)/$(PRJ) -type d -exec chmod -R 0755 {} \;
@-find $(I_VAR_LOG)/$(PRJ) -type f -exec chmod -R 0600 {} \;
@
@mkdir -pv $(I_VAR_LOG)/$(PRJ)-web
@-chown -R apache:apache $(I_VAR_LOG)/$(PRJ)-web
@-find $(I_VAR_LOG)/$(PRJ)-web -type d -exec chmod -R 0755 {} \;
@-find $(I_VAR_LOG)/$(PRJ)-web -type f -exec chmod -R 0600 {} \;
@
@echo "Installing varlib stuff..."
@mkdir -pv $(I_VAR_LIB)/$(PRJ)
@mkdir -pv $(I_VAR_LIB)/$(PRJ)/locks
@mkdir -pv $(I_VAR_LIB)/$(PRJ)/repos
@mkdir -pv $(I_VAR_LIB)/$(PRJ)/q_merge_requests
@mkdir -pv $(I_VAR_LIB)/$(PRJ)/qstats
@mkdir -pv $(I_VAR_LIB)/$(PRJ)/sockets
@echo "Fixing rights..."
@-find $(I_VAR_LIB)/$(PRJ) -type d -exec chmod 0755 {} \;
@-find $(I_VAR_LIB)/$(PRJ) -type f -exec chmod 0600 {} \;
@mkdir -pv --mode=0700 $(I_VAR_LIB)/$(PRJ)/tmp
@-chown -R rocketgit:rocketgit $(I_VAR_LIB)/$(PRJ)
@
@echo "Installing SELinux stuff..."
@mkdir -pv --mode=0755 $(I_USR_SHARE)/selinux/targeted
cp -vd selinux/out/$(PRJ)-targeted.pp $(I_USR_SHARE)/selinux/targeted/$(PRJ).pp
@echo "Done!"
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
9 |
f3c7a7c5da68804a1bdf391127ba34aed33c3cca |
.exclude |
100644 |
blob |
102 |
eaeb7d777062c60a55cdd4b5734902cdf6e1790c |
.gitignore |
100644 |
blob |
212 |
e14603f109924434b214855ecc649e0dbfeaa851 |
AUTHORS |
100644 |
blob |
1132 |
dd65951315f3de6d52d52a82fca59889d1d95187 |
Certs.txt |
100644 |
blob |
1106 |
22ffae54bc4769711888273497ce0bdf49fe04ae |
Compare.txt |
100644 |
blob |
202 |
76ae4b68b254d7b2fcc199dec13830136927826a |
History.txt |
100644 |
blob |
34520 |
dba13ed2ddf783ee8118c6a581dbf75305f816a3 |
LICENSE |
100644 |
blob |
2241 |
00feb72f58732b803fb130b4efe653919c372518 |
Makefile.in |
100644 |
blob |
3962 |
6236b45852db68b88ec62a367309949aff37e2ca |
README |
100644 |
blob |
68965 |
abb88af24d78ce84bb7fa6cc64b388535cd6c877 |
TODO |
100644 |
blob |
1294 |
f22911eb777f0695fcf81ad686eac133eb11fcc4 |
TODO-plans |
100644 |
blob |
203 |
a2863c67c3da44126b61a15a6f09738c25e0fbe0 |
TODO.perf |
100644 |
blob |
239 |
3b7039a732dff7b4bd9c04b3252c136a5a4ae537 |
TODO.vm |
040000 |
tree |
- |
21928e906ad2907a55c2e81c2a8b0502b586b8a0 |
artwork |
100755 |
blob |
30 |
92c4bc48245c00408cd7e1fd89bc1a03058f4ce4 |
configure |
040000 |
tree |
- |
f67d3605efbd6422a8acdd953578991139266391 |
docs |
100755 |
blob |
13973 |
06c624a5b192128aec6d5b2831d823c63fa69fb9 |
duilder |
100644 |
blob |
291 |
f2f635d51b98a5b228b563ee1bfb89773dcec229 |
duilder.conf |
040000 |
tree |
- |
06571fbf2c30ba3796cd36a026956052dd44c144 |
hooks |
040000 |
tree |
- |
75dde7530e9db9079a238611bf6bc4b8ed0967c3 |
inc |
100644 |
blob |
3558 |
51a49f94f963b81d59be494b6e308c92f13d5c6a |
rocketgit.spec.in |
040000 |
tree |
- |
a3d0106ff109ec7587a94dbe1cb0b5037e693cd1 |
root |
040000 |
tree |
- |
2b8069ce6a33a2b2cbdfe8786744646f60454110 |
samples |
040000 |
tree |
- |
72a5a4295347991c235ca5b875b5a915d89daa61 |
scripts |
040000 |
tree |
- |
ab77fbe1b5d3516691fc2cef7240ac4b69da273e |
selinux |
100755 |
blob |
242 |
bfcfb00931a643571fec9082e3308c6b68ca9189 |
spell_check.sh |
040000 |
tree |
- |
e832ab5fb6a274f4857788d6c70d43d2fd6cfb82 |
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