Running pkglint (always fails at the moment)
This commit is contained in:
parent
d93127cff9
commit
25728cbcef
|
@ -32,6 +32,7 @@ FIND="find"
|
||||||
GREP="grep"
|
GREP="grep"
|
||||||
MAKE="make"
|
MAKE="make"
|
||||||
MKDIR="mkdir -p"
|
MKDIR="mkdir -p"
|
||||||
|
PKGLINT="pkglint"
|
||||||
RM="rm -f"
|
RM="rm -f"
|
||||||
RMD160="rmd160"
|
RMD160="rmd160"
|
||||||
SHA1="sha1"
|
SHA1="sha1"
|
||||||
|
@ -224,10 +225,14 @@ EOF
|
||||||
return 2
|
return 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
#running pkglint
|
||||||
|
_info "Running pkglint..."
|
||||||
|
#XXX ignore errors for now
|
||||||
|
(cd "$pkgname" && $PKGLINT)
|
||||||
|
|
||||||
_info "The package is complete"
|
_info "The package is complete"
|
||||||
|
|
||||||
#FIXME:
|
#FIXME:
|
||||||
#- run pkglint
|
|
||||||
#- build the package
|
#- build the package
|
||||||
#- review the differences (if any)
|
#- review the differences (if any)
|
||||||
#- commit
|
#- commit
|
||||||
|
|
Loading…
Reference in New Issue
Block a user