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
|
|
@ -522,7 +522,7 @@ upload_file()
|
|||
}
|
||||
local os_name=`os | sed 's/-.*//'`
|
||||
local os_version=`os | sed 's/[^-]\+-//'`
|
||||
local target_base=rsync_ssh://root@ftp.jannet.de:/srv/ftp/pub/packages/linux/$os_name/$os_version/inst-source
|
||||
local target_base=rsync_ssh://root@ftp.jannet.de:/srv/ftp/pub/packages/linux/$os_name/$os_version
|
||||
[ "$upload_urlbase" ] && target_base="$upload_urlbase"
|
||||
local upload_attrib=644:755:`id -un`.207
|
||||
[ "$upload_file_attrib" ] && upload_attrib="$upload_file_attrib"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue