File yup.changes of Package yup
1
-------------------------------------------------------------------
2
Fri Nov 13 16:39:39 CET 2009 - meissner@suse.de
3
4
- added SP4 support too
5
6
-------------------------------------------------------------------
7
Sun Oct 18 18:38:45 CEST 2009 - chris@computersalat.de
8
9
- removed changes from spec
10
- added SP3 for SLE10
11
- reworked HAE support
12
o added YUP_HAE
13
o can be added as HAE11 to YUP_PRODUCTS or YUP_HAE="yes"
14
- fixed Debug
15
o enabling YUP_DEBUGINFO should work for SLES10 and SLES11
16
did not for SLES11
17
- fixed SDK
18
o enabling YUP_SDK should work for SLES10 and SLES11
19
did not for SLES11
20
- fixed "${UPD}." != "."
21
o for this to work ${UPD} should be UPD=""
22
23
-------------------------------------------------------------------
24
Mon Aug 24 22:47:07 CEST 2009 - meissner@suse.de
25
26
- added SLE-HAE/11 support (from Michael Smith <msmith@cbnco.com>)
27
28
-------------------------------------------------------------------
29
Wed Apr 1 19:37:04 CEST 2009 - meissner@suse.de
30
31
- fixed order of filename and checksum in deltainfo.xml
32
33
-------------------------------------------------------------------
34
Fri Mar 27 15:13:03 CET 2009 - meissner@suse.de
35
36
- Added SLE11 support.
37
- SLED11, SLES11, SDK11, DEBUG11 added
38
- deltainfo.xml.gz handling to download delta rpms.
39
40
-------------------------------------------------------------------
41
Thu Dec 6 17:21:41 CET 2007 - meissner@suse.de
42
43
- updated switch-enterprise-nu-mirror to 0.34 from Andreas #309861
44
- introduce YUP_SP_SUBCHANS as requested by Robert Zondervan
45
- minor, but powerful change by Robert Zondervan - thanks
46
- add ability to find duplicate file and hardlink to safe space
47
48
-------------------------------------------------------------------
49
Fri Sep 7 10:15:28 CEST 2007 - meissner@suse.de
50
51
- updated switch-update-server (0.27) from Andreas,
52
more bugfixes, other architectures.
53
- download to temporary files to avoid file corruption
54
on aborted downloads.
55
56
-------------------------------------------------------------------
57
Tue Aug 28 13:54:27 CEST 2007 - meissner@suse.de
58
59
- updated switch-update-server version from Andreas Taschner.
60
Added SDK support, more debugging output.
61
62
-------------------------------------------------------------------
63
Mon Aug 27 16:37:16 CEST 2007 - meissner@suse.de
64
65
- do not remove the SP1 catalog, it might be needed for
66
later installations. #304851
67
68
-------------------------------------------------------------------
69
Tue Jul 10 11:32:00 CEST 2007 - meissner@suse.de
70
71
- Also be able to handle OES2 once released.
72
73
- updated switch-enterprise-nu-mirror script with
74
hopefully most bugs fixed and capable to migrate
75
both SLES10 and SLED10 hosts.
76
77
-------------------------------------------------------------------
78
Tue Jul 3 14:30:40 CEST 2007 - meissner@suse.de
79
80
- Added a switch-enterprise-nu-mirror script, to run at
81
the remote machine for GA -> SP1 migration using YUP
82
mirrored repositories.
83
84
This is sample script only, please test careful before
85
deploying.
86
87
-------------------------------------------------------------------
88
Mon Jun 25 11:06:25 CEST 2007 - mge@novell.com
89
90
- add and package yup2zlm beta 0.4
91
92
-------------------------------------------------------------------
93
Fri Jun 22 10:37:30 CEST 2007 - mge@novell.com
94
95
- do not package yup2zlm for now
96
97
-------------------------------------------------------------------
98
Thu Jun 21 09:38:25 CEST 2007 - mge@novell.com
99
100
- better handling of metadata
101
- man-page enhancements
102
103
-------------------------------------------------------------------
104
Wed May 23 15:18:52 CEST 2007 - mge@novell.com
105
106
- better permissions support
107
108
-------------------------------------------------------------------
109
Tue May 22 01:21:36 CEST 2007 - mge@novell.com
110
- adopt for SLE 10 SP 1
111
- add yup2zlm by Jo de Baer
112
113
-------------------------------------------------------------------
114
Tue Feb 13 16:32:29 CET 2007 - rdassen@novell.com
115
- yup.1.pod: Fixed typo paramters -> parameters
116
117
-------------------------------------------------------------------
118
Mon Jan 15 16:34:23 CET 2007 - mge@suse.de
119
- apply small patch of Peter Surda - Thanks to him:
120
* introduce "--time-cond $localfile" to curl-download
121
* fix typo (YUP instead of correct YOU)
122
123
-------------------------------------------------------------------
124
Tue Dec 5 11:50:27 CET 2006 - mge@suse.de
125
- add /etc/permissions.d/yup
126
127
-------------------------------------------------------------------
128
Wed Nov 29 13:58:42 CET 2006 - mge@suse.de
129
130
- enable use of several configuration files below
131
/etc/sysconfig/yup.d
132
(following a proposal of Marcel Ritter)
133
134
-------------------------------------------------------------------
135
Thu Nov 16 12:04:11 CET 2006 - mge@suse.de
136
137
- verify bin and src rpms,
138
thanks to Andreas Taschner for help
139
140
-------------------------------------------------------------------
141
Wed Nov 8 13:04:56 CET 2006 - mge@suse.de
142
143
- add downloading of src.rpms from you.novell.com
144
145
-------------------------------------------------------------------
146
Mon Oct 30 10:39:53 CET 2006 - mge@suse.de
147
148
- introduce YUP_SRCRPM variable and combine with
149
patch/idea from Heiko Helmle posted on suse-sles-s
150
Date: Mon, 30 Oct 2006 09:36:37 +0100
151
Subject: New YUP version 47-0.6
152
153
-------------------------------------------------------------------
154
Tue Oct 24 09:45:07 CEST 2006 - meissner@suse.de
155
156
- fixed the regular expressions for the sysconfig
157
variable range. [:xdigit:]{32} -> ^[[:xdigit:]]{32}$
158
159
-------------------------------------------------------------------
160
Fri Oct 13 13:47:17 CEST 2006 - rdassen@novell.com
161
162
- Reworked the manual page.
163
164
-------------------------------------------------------------------
165
Thu Oct 12 18:07:23 CEST 2006 - rdassen@novell.com
166
167
- SLES9's bash does not support `+=' for adding to strings. Changed to good
168
old foo="$foo bar" idiom.
169
170
-------------------------------------------------------------------
171
Wed Oct 11 15:50:09 CEST 2006 - rdassen@novell.com
172
173
- Reworked error handling again.
174
- Keep using "set -e". The error handling philosophy used is one of exception
175
handling: catch and handle "expected" errors, but error out immediately on
176
unexpected errors.
177
- Do not exit immediately when a download of non-metadata (like an individual
178
RPM or patch file) fails, but record the error and do a delayed error exit
179
at the end (similar to tar's error handling).
180
- Replaced the
181
command | while read line; do ... done
182
idiom by
183
command > tempfile
184
{
185
while read line; do ... done
186
} < tempfile
187
With the first idiom, the while loop runs as a separate process, which
188
complicates keeping track of errors that have been caught. With the second
189
idiom, the while loop runs in the same process so we can simply use a
190
variable to track errors.
191
- Allocate and clean up a second temporary file for use with this idiom.
192
Renamed variable name for the first temporary file for clarity.
193
- Track errors that are caught using a variable "errorlog".
194
195
-------------------------------------------------------------------
196
Tue Oct 10 23:34:00 CEST 2006 - mge@suse.de
197
- add YUP_DEBUGINFO; possible fix for Bug #208545
198
- add YUP_SDK
199
200
-------------------------------------------------------------------
201
Tue Sep 26 17:04:33 CEST 2006 - rdassen@novell.com
202
203
- Propagate exit values for non-simple commands to really exit at errors.
204
- Use "yup" in the name of temp files.
205
206
-------------------------------------------------------------------
207
Tue Sep 19 15:19:02 CEST 2006 - mge@suse.de
208
- Add better error handling; patch by Ray Dassen
209
Fixes Novell Bug #206660
210
211
-------------------------------------------------------------------
212
Fri Sep 15 07:43:11 CEST 2006 - mge@suse.de
213
214
- add support for multiple architectures
215
- add support for different curl-path (YUP_CURL)
216
- add support for different keys for SLES, SLED and other products
217
( YUP_ID_SLED YUP_PASS_SLED YUP_ID_SLES YUP_PASS_SLES )
218
219
-------------------------------------------------------------------
220
Thu Aug 31 13:43:21 CEST 2006 - meissner@suse.de
221
222
- fixed typo in script for older bash versions.
223
224
-------------------------------------------------------------------
225
Wed Aug 30 16:42:37 CEST 2006 - meissner@suse.de
226
227
- Initial import of YUM REPO-MD mirror script for update.novell.com.
228
229