Rename the scripts for the Git jobs as well
This commit is contained in:
parent
42e3ce99e8
commit
e2ed9e2b8e
|
@ -30,7 +30,7 @@ GIT_BRANCH="master"
|
|||
GIT_REMOTE="https://git.defora.org"
|
||||
DATADIR="$PREFIX/share"
|
||||
MIRROR="doc:doc"
|
||||
PROGNAME_GIT_DOC="deforaos-git-doc.sh"
|
||||
PROGNAME_GIT_DOC="deforaos-git-doc"
|
||||
#executables
|
||||
CONFIGURE="/usr/local/bin/configure"
|
||||
GIT="git"
|
|
@ -36,9 +36,9 @@ RM="rm -f"
|
|||
HOOKS="irc jobs"
|
||||
IRC_CHANNEL=
|
||||
IRC_SERVER=
|
||||
JOBS_BRANCH_MASTER="$PREFIX/libexec/deforaos-git-mirror.sh
|
||||
$PREFIX/libexec/deforaos-git-doc.sh
|
||||
$PREFIX/libexec/deforaos-git-tests.sh"
|
||||
JOBS_BRANCH_MASTER="$PREFIX/libexec/deforaos-git-mirror
|
||||
$PREFIX/libexec/deforaos-git-doc
|
||||
$PREFIX/libexec/deforaos-git-tests"
|
||||
PROGNAME="deforaos-git-hook"
|
||||
SYSCONFDIR="$PREFIX/etc"
|
||||
#load local settings
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
dist=Makefile,deforaos-build,deforaos-document,deforaos-git-doc.sh,deforaos-git-hook,deforaos-git-message,deforaos-git-mirror.sh,deforaos-git-tests.sh,deforaos-irc,deforaos-jobs.sh,deforaos-lock.sh,deforaos-package.sh,deforaos-release,deforaos-update.sh
|
||||
dist=Makefile,deforaos-build,deforaos-document,deforaos-git-doc,deforaos-git-hook,deforaos-git-message,deforaos-git-mirror,deforaos-git-tests,deforaos-irc,deforaos-jobs.sh,deforaos-lock.sh,deforaos-package.sh,deforaos-release,deforaos-update.sh
|
||||
|
||||
[deforaos-build]
|
||||
install=$(PREFIX)/bin
|
||||
|
@ -8,7 +8,7 @@ mode=0755
|
|||
install=$(PREFIX)/bin
|
||||
mode=0755
|
||||
|
||||
[deforaos-git-doc.sh]
|
||||
[deforaos-git-doc]
|
||||
install=$(PREFIX)/libexec
|
||||
mode=0755
|
||||
|
||||
|
@ -20,11 +20,11 @@ mode=0755
|
|||
install=$(PREFIX)/libexec
|
||||
mode=0755
|
||||
|
||||
[deforaos-git-mirror.sh]
|
||||
[deforaos-git-mirror]
|
||||
install=$(PREFIX)/libexec
|
||||
mode=0755
|
||||
|
||||
[deforaos-git-tests.sh]
|
||||
[deforaos-git-tests]
|
||||
install=$(PREFIX)/libexec
|
||||
mode=0755
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user