mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
cvsroot.sh, cvs-admin.sh, integrate-distro.sh: Replace /home/jannet/arc -> /srv
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
ff699742ed
commit
b7772630cf
3 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
CVSROOT=:ext:`whoami`@cvs.jannet.de:/home/jannet/arc/cvs
|
CVSROOT=:ext:`whoami`@cvs.jannet.de:/srv/cvs
|
||||||
CVS_RSH=/opt/jw-build/bin/jw-build-ssh.sh
|
CVS_RSH=/opt/jw-build/bin/jw-build-ssh.sh
|
||||||
export CVSROOT CVS_RSH
|
export CVSROOT CVS_RSH
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ cmd_list_projects()
|
||||||
|
|
||||||
# ---------- here we go
|
# ---------- here we go
|
||||||
|
|
||||||
cvsroot=/home/jannet/arc/cvs
|
cvsroot=/srv/cvs
|
||||||
projroot=$cvsroot/proj
|
projroot=$cvsroot/proj
|
||||||
cmd=${1/-/_}
|
cmd=${1/-/_}
|
||||||
shift
|
shift
|
||||||
|
|
|
||||||
|
|
@ -1371,7 +1371,7 @@ cmd_install()
|
||||||
|
|
||||||
run_hook pkg-installed
|
run_hook pkg-installed
|
||||||
|
|
||||||
export CVSROOT=:ext:$scm_user@cvs.jannet.de:/home/jannet/arc/cvs
|
export CVSROOT=:ext:$scm_user@cvs.jannet.de:/srv/cvs
|
||||||
echo "=== running jcs fetch"
|
echo "=== running jcs fetch"
|
||||||
run_chroot jcs fetch
|
run_chroot jcs fetch
|
||||||
reset_host_files
|
reset_host_files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue