mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 13:03:58 +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
|
|
@ -358,7 +358,7 @@ init)
|
|||
echo -n "adding installation source ... "
|
||||
sudo smart channel -y --add ftp.jannet.de \
|
||||
type=yast2 \
|
||||
baseurl=ftp://dspadm:dspasswd@ftp.jannet.de/pub/packages/linux/suse/10.1/inst-source \
|
||||
baseurl=ftp://dspadm:dspasswd@ftp.jannet.de/pub/packages/linux/suse/10.1 \
|
||||
>/dev/null 2>&1
|
||||
if channel_present; then echo done; else echo failed; fi
|
||||
fi
|
||||
|
|
@ -406,7 +406,7 @@ list_projects)
|
|||
;;
|
||||
cpp_glib)
|
||||
sudo rpm -U --replacefiles --replacepkgs --oldpackage \
|
||||
ftp://dspadm@ftp.jannet.de/pub/packages/linux/suse/10.1/inst-source/rpm/i586/glib2-2.8.5-19.i586.rpm
|
||||
ftp://dspadm@ftp.jannet.de/pub/packages/linux/suse/10.1/rpm/i586/glib2-2.8.5-19.i586.rpm
|
||||
check_ldconfig "$@"
|
||||
;;
|
||||
compile_templates|list_templates|list_template_tables|list_template_output|rm_template_output|diff|build_date|built_today|rpmnew)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue