YUP for SLES 11
Michael Menge <[email protected]>
| Newsgroups | gmane.linux.suse.oracle.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I want to build a mirror for the SLES 11 Patches on a SLES 10 server.
Is there a new version of yup (232-2.2) or other programs to download
these patches?
As i could not find a newer version i tried patching yup.
It works as far, as it downloads the rpm files but not the delta-rpm.
The leads to the problem that you have to skip a error message for
every patch you install.
As far as i can see repodata/patches.xml doesn't exist for SLES11
Regards
Michael Menge
--------------------------------------------------------------------------------
M.Menge Tel.: (49) 7071/29-70316
Universität Tübingen Fax.: (49) 7071/29-5912
Zentrum für Datenverarbeitung mail:
[email protected]
Wächterstraße 76
72074 Tübingen
_______________________________________________
suse-sles-e mailing list
[email protected]
http://listx.novell.com/mailman/listinfo/suse-sles-e
yup.patch
(text/x-patch, 1.1 KB)
--- /usr/sbin/yup.orig 2009-03-25 09:38:58.506329906 +0100
+++ /usr/sbin/yup 2009-03-25 09:49:05.258358131 +0100
@@ -403,6 +403,16 @@
if [ "${YUP_SERVER_SLES}." != "." ] ; then
useSERVER=$YUP_SERVER_SLES
fi
+ elif [ "${SLE}." = "SLES11." ]; then
+ UPD="SLES11$SVNSUFFIX$CHLSUFFIX/sle-11"
+ if [ "${YUP_ID_SLES}." != "." ] && [ "${YUP_PASS_SLES}." != "." ] ; then
+ useID=$YUP_ID_SLES
+ usePASS=$YUP_PASS_SLES
+ fi
+ if [ "${YUP_SERVER_SLES}." != "." ] ; then
+ useSERVER=$YUP_SERVER_SLES
+ fi
+
else
echo "Warning: SLE $SLE unknown. Proceeding anyways ..."
# exit 1
smime.p7s
(application/pkcs7-signature, 5.2 KB) - not displayed