+testhost (gentoo)
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
4b5d7dda25
commit
3d940cda07
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -5,8 +5,12 @@ install:
|
||||||
cp bin/* $(BINDIR)
|
cp bin/* $(BINDIR)
|
||||||
|
|
||||||
sync:
|
sync:
|
||||||
|
# ubuntu
|
||||||
.rsync lyni@tablett:cdist
|
.rsync lyni@tablett:cdist
|
||||||
|
# redhat
|
||||||
.rsync nicosc@free.ethz.ch:cdist
|
.rsync nicosc@free.ethz.ch:cdist
|
||||||
|
# gentoo
|
||||||
|
.rsync nicosc@ru3.inf.ethz.ch:cdist
|
||||||
|
|
||||||
web:
|
web:
|
||||||
cp REAL_README $$HOME/niconetz/software/cdist.mdwn
|
cp REAL_README $$HOME/niconetz/software/cdist.mdwn
|
||||||
|
|
Loading…
Reference in a new issue