git://git.onelab.eu
/
infrastructure.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
dfa0408
)
turn off curtomized gitweb
author
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Thu, 17 Dec 2015 10:14:32 +0000
(11:14 +0100)
committer
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Thu, 17 Dec 2015 10:14:32 +0000
(11:14 +0100)
gitweb/Makefile
patch
|
blob
|
history
diff --git
a/gitweb/Makefile
b/gitweb/Makefile
index
e26c38c
..
02e8b7b
100644
(file)
--- a/
gitweb/Makefile
+++ b/
gitweb/Makefile
@@
-1,6
+1,15
@@
-ALL=onelab.cgi f-lab.cgi planet-lab.cgi
+# Dec. 2015
+# mainstream gitweb.cgi has changed drastically so ours won't run under f23
+# let's just forget about this old stuff
+# from now on I run fedora's stock rpm in devel.onelab.eu
+# and the other 2 probably are just dead
+
+all:
+ echo This Makefile is obsolete
+ echo on devel.onelab.eu we use the stock gitweb
+ echo through rpm and symlinks
-all:$(ALL)
+ALL=onelab.cgi f-lab.cgi planet-lab.cgi
%.cgi:gitweb.cgi
%.cgi:%.sed
%.cgi:gitweb.cgi
%.cgi:%.sed
@@
-12,8
+21,8
@@
clean:
# need to push to /var/www/git manually
push: $(ALL)
# need to push to /var/www/git manually
push: $(ALL)
-
rsync -av gitweb.css root@git.onelab.eu:/git/gitweb.css
-
rsync -av onelab.cgi root@git.onelab.eu:/git/gitweb.cgi
+
#
rsync -av gitweb.css root@git.onelab.eu:/git/gitweb.css
+
#
rsync -av onelab.cgi root@git.onelab.eu:/git/gitweb.cgi
rsync -av gitweb.css root@git.f-lab.fr:/git/gitweb.css
rsync -av f-lab.cgi root@git.f-lab.fr:/git/gitweb.cgi
rsync -av gitweb.css thierry@git.planet-lab.org:gitweb.css
rsync -av gitweb.css root@git.f-lab.fr:/git/gitweb.css
rsync -av f-lab.cgi root@git.f-lab.fr:/git/gitweb.cgi
rsync -av gitweb.css thierry@git.planet-lab.org:gitweb.css