mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
make, scripts: Remove /inst-source from RPM installation sources
Remove /inst-source from RPM installation sources, following that same action within all repositories and mirrors Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
6e14ee930f
commit
536d128f91
8 changed files with 13 additions and 13 deletions
|
|
@ -78,7 +78,7 @@ RPM_CONFLICTS_RUN += $(call proj_query, pkg-conflicts --dont-expand-versi
|
|||
|
||||
RPM_UPLOAD_OS_NAME = $(shell echo $(OS) | sed 's/-.*//')
|
||||
RPM_UPLOAD_OS_VERSION = $(shell echo $(OS) | sed 's/[^-]\+-//')
|
||||
RPM_UPLOAD_URLPREFIX ?= rsync_ssh://root@ftp.jannet.de:/srv/ftp/pub/packages/linux/$(RPM_UPLOAD_OS_NAME)/$(RPM_UPLOAD_OS_VERSION)/inst-source
|
||||
RPM_UPLOAD_URLPREFIX ?= rsync_ssh://root@ftp.jannet.de:/srv/ftp/pub/packages/linux/$(RPM_UPLOAD_OS_NAME)/$(RPM_UPLOAD_OS_VERSION)
|
||||
RPM_UPLOAD_USER ?= $(shell id -un)
|
||||
RPM_UPLOAD_GROUP ?= $(shell id -gn)
|
||||
RPM_UPLOAD_FILE_ATTRIB ?= 644:755:$(RPM_UPLOAD_USER).$(RPM_UPLOAD_GROUP)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue