mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
make: Replace direct invocations of ssh by $(CVS_RSH)
This commit is contained in:
parent
6a8a45c57e
commit
3b954bc5c1
8 changed files with 24 additions and 23 deletions
|
|
@ -136,7 +136,7 @@ upload-%.dist: %_$(PROJECT_CAPNAME)_RPM_RUN_I386
|
|||
touch $@
|
||||
|
||||
update-repo.dist: upload.dist
|
||||
ssh -l root $(FTP_HOST) /etc/cron.hourly/create_packet_descriptions.sh
|
||||
$(CVS_RSH) -l root $(FTP_HOST) /etc/cron.hourly/create_packet_descriptions.sh
|
||||
touch $@
|
||||
|
||||
# ------ hash stuff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue