first
This commit is contained in:
commit
b50fd16591
197 changed files with 41663 additions and 0 deletions
22
Makefile
Normal file
22
Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# -*-mode: makefile; fill-column: 75; tab-width: 8; coding: utf-8-unix -*-
|
||||
|
||||
ROLE=base
|
||||
PREFIX=/usr/local
|
||||
USER=`grep PRIV_SKEL_USERS_LIST /usr/local/etc/testforge/testforge.bash|sed -e 's/.*=//' -e 's/"//g'`
|
||||
WD=${PWD}
|
||||
|
||||
daily:: refresh
|
||||
refresh:: check lint
|
||||
|
||||
weekly:: update
|
||||
update:: test
|
||||
|
||||
check::
|
||||
sudo -u ${USER} /var/local/src/var_local_$(ROLE).bash $@
|
||||
|
||||
lint::
|
||||
sudo -u ${USER} /var/local/src/var_local_$(ROLE).bash $@
|
||||
|
||||
test::
|
||||
sudo -u ${USER} /var/local/src/var_local_$(ROLE).bash $@
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue