blob: 6b2ec8c35326ed56cf5b1f8e6600bdeb0e204921 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
|
2009-10-12 Gunnar Wrobel <p@rdus.de>
* layman/overlays/cvs.py (CvsOverlay.sync): app-portage/layman cvs
update command needs to include -d or it dosn't checkout new
directorys (#278807)
http://bugs.gentoo.org/show_bug.cgi?id=278807
* doc/layman.8.xml: Old layman path in new documentation (#271457)
http://bugs.gentoo.org/show_bug.cgi?id=271457
* layman/db.py (DB.add): app-portage/layman:output grammar
error (#259188)
http://bugs.gentoo.org/show_bug.cgi?id=259188
2009-01-01 Gunnar Wrobel <p@rdus.de>
* layman/version.py (VERSION): Bump to 1.2.3.
* layman/overlays/overlay.py (Overlay.short_list): Support setting
the terminal screen width (also fixes #253016)
http://bugs.gentoo.org/show_bug.cgi?id=253016
* layman/action.py (Sync.run): layman -S fetches each overlay
twice (#253241)
http://bugs.gentoo.org/show_bug.cgi?id=253241
2008-12-28 Gunnar Wrobel <p@rdus.de>
* layman/version.py (VERSION): Bump to 1.2.2.
* layman/overlays/overlay.py (Overlay.short_list.terminal_width):
layman -L: better use of screen real estate for source
URLs (#251032).
Submitted by Martin von Gagern <Martin.vGagern@gmx.net>.
https://bugs.gentoo.org/show_bug.cgi?id=251032
2008-12-03 Gunnar Wrobel <p@rdus.de>
* layman/overlays/overlay.py (Overlay.cmd): Execute subprocesses
in a shell. Fixes app-portage/layman-1.2.1: --quietness=2 is
broken (#247792).
http://bugs.gentoo.org/show_bug.cgi?id=247792
* layman/overlays/git.py (GitOverlay.sync): app-portage/layman -
'layman -S --quiet' yields "git: 'pull-q' is not a
git-command." (#247964)
http://bugs.gentoo.org/show_bug.cgi?id=247964
2008-11-15 Gunnar Wrobel <p@rdus.de>
* layman/version.py (VERSION): Bump to 1.2.1.
2008-11-14 Gunnar Wrobel <p@rdus.de>
* layman/*: layman: pass --quiet flag down to the version control
system (#236165).
Submitted by A. F. T. Arahesis <arfrever.fta@gmail.com>.
http://bugs.gentoo.org/show_bug.cgi?id=236165
* layman/db.py (RemoteDB.path): Use the hashlib library (#237625).
Submitted by Mike Auty <ikelos@gentoo.org>.
http://bugs.gentoo.org/show_bug.cgi?id=237625
* layman/overlays/overlay.py (Overlay.cmd): Use the subprocess
module (#237625).
Submitted by Mike Auty <ikelos@gentoo.org>.
http://bugs.gentoo.org/show_bug.cgi?id=237625
* layman/overlays/git.py (GitOverlay.add): layman git: handle
git+ssh://, ssh:// correctly (#230702)
Submitted by Donnie Berkholz <dberkholz@gentoo.org>
http://bugs.gentoo.org/show_bug.cgi?id=230702
* layman/overlays/overlay.py: layman-1.2.0-r1, TR locale
error (#235165)
Submitted by A. F. T. Arahesis <arfrever.fta@gmail.com>.
http://bugs.gentoo.org/show_bug.cgi?id=235165
* layman/action.py: layman-1.2.0-r1, TR locale error (#235165)
Submitted by A. F. T. Arahesis <arfrever.fta@gmail.com>.
http://bugs.gentoo.org/show_bug.cgi?id=235165
* layman/db.py (DB.add): Do not remove directories if adding an
overlay failed (#236945)
http://bugs.gentoo.org/show_bug.cgi?id=236945
2008-06-02 Gunnar Wrobel <p@rdus.de>
* ebuild/layman-1.2.0.ebuild: Ebuild for 1.2.0
* etc/layman.cfg (nocheck): Set nocheck to yes.
* layman/version.py: Mark version 1.2.0
* layman/config.py: Implement a umask setting (#186819)
http://bugs.gentoo.org/show_bug.cgi?id=186819
* INSTALL: Fix the documentation.
* README: Updated project links.
* doc/layman.8.xml: Update the link section.
2007-11-08 Gunnar Wrobel <p@rdus.de>
* layman/action.py (Info.run):
Catch non-existing overlay when calling --info
http://bugs.gentoo.org/show_bug.cgi?id=198483
2007-09-12 Gunnar Wrobel <p@rdus.de>
* layman/version.py:
Version 1.1.1
* layman/action.py (Sync.__init__):
Fixed --sync-all (#192190)
http://bugs.gentoo.org/show_bug.cgi?id=192190
2007-09-11 Gunnar Wrobel <p@rdus.de>
* layman/config.py (Config.__init__):
* doc/layman.8.xml:
Add "nocolor" option (#183364)
http://bugs.gentoo.org/show_bug.cgi?id=183364
* layman/db.py:
* layman/debug.py:
Fixes for unicode bug #184449
http://bugs.gentoo.org/show_bug.cgi?id=184449
* layman/overlays/rsync.py (RsyncOverlay.sync):
Fix bug #177045
http://bugs.gentoo.org/show_bug.cgi?id=177045
* doc/layman.8.xml:
Improve the man page concerning the --overlays flag (#180107)
http://bugs.gentoo.org/show_bug.cgi?id=180107
* layman/db.py (DB.add):
* layman/overlays/overlay.py (Overlay.set_priority):
Correctly handle the priority setting (#185142)
http://bugs.gentoo.org/show_bug.cgi?id=185142
* layman/config.py (Config.__init__):
Finally fix the default for "nocheck"
* layman/version.py:
Update to version 1.1.
* layman/config.py (Config.__init__):
* layman/action.py (Info.run):
* doc/layman.8.xml:
Add the new "--info" option (bug #188000)
http://bugs.gentoo.org/show_bug.cgi?id=188000
* doc/layman.8.xml:
Description of the verbose switch (partial fix
for #188004).
http://bugs.gentoo.org/show_bug.cgi?id=188004
* layman/config.py (Config.__init__):
Add the output options into the list of documented
cli switches (partial fix for #188004).
http://bugs.gentoo.org/show_bug.cgi?id=188004
2007-01-09 Gunnar Wrobel <wrobel@pardus.de>
* layman/version.py:
Update to version 1.0.10
2007-01-08 Gunnar Wrobel <wrobel@pardus.de>
* layman/db.py (DB.add, MakeConf.write):
Added support for the --priority flag.
Modified order of entries in PORTDIR_OVERLAY.
* layman/config.py (Config.__init__):
Added --priority flag.
* doc/layman.8.xml:
Added documentation for --priority switch.
2007-01-05 Gunnar Wrobel <wrobel@pardus.de>
* layman/db.py:
Fixed doc tests.
* layman/config.py:
Fixed doc tests.
* layman/action.py:
Fixed doc tests.
* layman/overlays/tar.py:
Fixed doc tests.
2006-12-30 Gunnar Wrobel <wrobel@pardus.de>
* layman/config.py (Config.__init__):
Fixed quietness option.
* layman/overlays/tar.py (TarOverlay.__init__):
Fixed default values.
* layman/overlays/cvs.py (CvsOverlay.__init__):
Fixed default values.
* layman/action.py:
Add support for --quiet/--quietness
* layman/overlay.py (Overlays.__init__):
Add support for --quiet/--quietness
* layman/overlays/overlay.py (Overlay.__init__, Overlay.cmd):
Add support for --quiet/--quietness
* layman/db.py (DB.__init__):
Add support for --quiet/--quietness
* layman/version.py:
This will be version 1.0.9
* doc/layman.8.xml:
Added documentation for --quiet/--quietness
2006-12-29 Gunnar Wrobel <wrobel@pardus.de>
* layman/config.py (Config):
Added quietness and modified OUT.info / OUT.warn calls
accordingly (bug #151965)
* layman/db.py (DB.sync, DB.add):
Catching error when syncing fails (bugs #148698 and #159051).
* ebuild/layman-1.0.8.ebuild:
Fixed postinstall instructions for layman (bug #149867)
Added subversion "nowebdav" check by cardoe into repository.
2006-09-23 <post@gunnarwrobel.de>
* layman/version.py: Update to 1.0.8
2006-09-22 <post@gunnarwrobel.de>
* layman/overlays/cvs.py (CvsOverlay.sync): CVS support
2006-09-05 <post@gunnarwrobel.de>
* layman/*: Generic pylint and cleanup fixes
* layman/config.py (Config.__init__): Modified to allow switching
strict checking off.
2006-08-08 <post@gunnarwrobel.de>
* layman/overlays/tar.py (TarOverlay.add): Support for explicit
file format of a tar package.
2006-08-01 <post@gunnarwrobel.de>
* layman/action.py (Sync.run): Print successes and warning at the
end of the run.
(List.run): List only official overlays when not running verbose.
* layman/db.py (MakeConf.write.prio_sort): Sort overlays by
priority when writing make.conf
* layman/overlay.py (Overlays.list): Support for marking overlays
as official.
(Overlays.read): Only warn on invalid overlay definitions and do
not add them.
* layman/overlays/bzr.py: Allow whitespace.
* layman/overlays/darcs.py: Allow whitespace.
* layman/overlays/git.py: Allow whitespace.
* layman/overlays/mercurial.py: Allow whitespace.
* layman/overlays/rsync.py: Allow whitespace.
* layman/overlays/svn.py: Allow whitespace.
* layman/overlays/tar.py: Allow whitespace.
* layman/overlays/overlay.py (Overlay.__init__): Required contact,
description. Added support for status and priority.
(Overlay.__str__): Modified display according to changes given
above.
(Overlay.is_official): Added new function for official overlays.
* layman/overlay.py: Added mercurial support thanks to
Andres Loeh <kosmikus@gentoo.org>
* layman/overlays/mercurial.py: Added mercurial support thanks to
Andres Loeh <kosmikus@gentoo.org>
2006-07-25 <post@gunnarwrobel.de>
* layman/config.py (Config.__init__): Fixed error introduced in
changeset 204. Config file gets read again.
2006-07-18 <post@gunnarwrobel.de>
* layman/version.py: version bump to 1.0.5
* layman/config.py (Config.__getitem__): Fixed handling of overlays
specified on the command line.
* layman/db.py (RemoteDB.cache): Fixed handling of downloaded
overlay list.
* layman/overlay.py: Added darcs module.
2006-07-17 <post@gunnarwrobel.de>
* layman/config.py (Config.__init__): Fixed some config defaults.
* layman/action.py (Actions.__init__): Reduced actions for which
the remote lists will be implicitely fetched.
* doc/layman.8.xml: Updated documentation for implicit fetch.
* layman/action.py (Actions.__init__): Run fetch implicitely
only on specific actions.
* layman/db.py (RemoteDB.cache): Modified download code for
improved handling of fetch problems.
* layman/action.py (Sync.__init__): Added --sync-all support.
* doc/layman.8.xml: Added --sync-all documentation.
* layman/db.py (RemoteDB.__init__): Added proxy support.
* etc/layman.cfg (make_conf): Added local file syntax example.
(overlays): Added proxy variable.
* doc/layman.8.xml: Added documentation about local overlay
definitions.
Added proxy documentation.
2006-06-28 <post@gunnarwrobel.de>
* layman/version.py: Version bump to 1.0.4
* layman/action.py (Sync.run): Fixed src check.
2006-06-27 <post@gunnarwrobel.de>
* layman/action.py (ListLocal.run): Fixed code for listing.
* doc/layman.8.xml: Fixed documentation for new nofetch option.
* layman/action.py (Actions.__init__): Made fetching the default
if nofetch is NOT set.
(Sync.run): Added source path comparison for overlay location changes.
(List.run): Modified output to differentiate between supported and
unsupported overlays.
* layman/config.py (Config.__init__): Added nofetch option.
* layman/overlay.py: Added bzr support. Thanks to Adrian Perez.
* layman/overlays/bzr.py: Added bzr support. Thanks to Adrian Perez.
* layman/overlays/overlay.py (Overlay.short_list): Fixed length
of short listing.
(Overlay.supported): Fixed check for supported overlay types.
2006-06-05 <post@gunnarwrobel.de>
* layman/overlays/overlay.py (Overlay): Forgot to add a check
if the overlay type is actually supported. -> 1.0.2
* layman/overlay.py: genstef@gentoo.org provided support for
git based overlays. -> released 1.0.1
2006-05-27 <post@gunnarwrobel.de>
* doc/layman.8.xml: Updated docs to multi list support
* layman/version.py: Version bump to 1.0.0
* etc/layman.cfg (overlays): Adapted configuration for change
in global list url and multiple list support.
* layman/config.py (Config.__init__): Fixed link for global
overlay list.
* layman/db.py: Added support for multiple overlay lists.
* layman/overlay.py: Added support for mutliple overlay lists.
2006-05-01 <post@gunnarwrobel.de>
* layman/version.py: Version bump to 0.9.2
* layman/tests/dtest.py (test_suite): Added utils.py test
* layman/overlays/tar.py (TarOverlay): Fixed testing results.
2006-04-14 <post@gunnarwrobel.de>
* layman/version.py: Version 0.9.1
* layman/overlays/tar.py (TarOverlay.__init__): Added
category support to packaged overlays. Could/Should
also allow this for other overlay types.
2006-03-12 <post@gunnarwrobel.de>
* layman/db.py (RemoteDB.cache): Create storage
dir if it is missing.
(MakeConf.write): Add $PORTDIR_OVERLAY to include
manual PORTDIR_OVERLAY variable.
(MakeConf.read): Disregard PORTDIR_OVERLAY variable
as overlay name.
* layman/action.py (Fetch.run): Added error handling
for fetch problems.
* doc/layman.8.xml: Fixes to the man page.
* layman/version.py: Version bump to 0.9
* layman/action.py (Add.run): Added warning if
overlay is unkown.
* etc/cache.xml: Added kolab2 and xgloverlays.
* layman/overlays/overlay.py (Overlay.short_list): Added
shortened overlay listing
* layman/overlay.py: Added tar support.
* layman/overlays/tar.py: Added tar support.
2006-02-04 <post@gunnarwrobel.de>
* etc/cache-private.xml: Added private overlay locations.
* layman/db.py (MakeConf.read): Allowed for a missing
make.conf. This now allows to source an external file
into the original make.conf
* etc/layman.cfg (cache): Fixed location of cache and
overlay list
* layman/config.py (Config.__init__): Fixed description of
layman usage.
|