From b4858dbee858138d9a29596211aec2c57d2531b0 Mon Sep 17 00:00:00 2001 From: "Dr. Peter Poeml" Date: Mon, 3 Sep 2007 10:49:44 +0000 Subject: [PATCH] done --- TODO | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/TODO b/TODO index b77ae0a8..5e85180f 100644 --- a/TODO +++ b/TODO @@ -9,8 +9,6 @@ MAJOR: http://lists4.opensuse.org/opensuse-buildservice/2007-07/msg00043.html https://bugzilla.novell.com/show_bug.cgi?id=212565 - - improve usage of the library from externally [2] - NORMAL: @@ -40,9 +38,15 @@ MINOR: - new command: osc listbinaries [] [] listing the built package, either as URLs or just the filenames? [1] + there is ls -b: + % osc ls -b home:poeml scapy -r openSUSE_Factory -a x86_64 + scapy-1.0.4-12.13.noarch.rpm + scapy-1.0.4-12.13.src.rpm + but it works packagewise. A project wide binary listing would also be cool - new command: osc getbinaries [] [] []+ [1] -> see incarnations of obs_mirror_project, in particular James Oakleys obs_mirror_project.py + this can peruse the new get_binarylist() and get_binary_file() functions - add option to disable gpg key checking? - adjust zsh completion to work with cmdln.py implementation - add support for adding tags to packages? @@ -88,26 +92,6 @@ http://api.opensuse.org/result/Apache/SUSE_Linux_10.0/apache2/result -[2] -> The initialisation isn't as intuitive as it could be, however: -> -> conf.get_config() -> conf.config['apiurl'] = conf.config['scheme'] + '://' + conf.config['apisrv'] -> conf.config['user'] = conf.config['auth_dict'][conf.config['apisrv']]['user'] -> conf.init_basicauth(conf.config) -> -> It would be nicer if there was one function to call, eg: -> -> conf.init(apisrv=None) -> -> where the default api server will be used if apisrv is None. -> -> Some simple examples in the documentation would help those looking to learn -> the library as well. - - - - [3] 19:08 < Beineri> DuDE: can you add an option to "up" which moves instead overwriting a file if it has changed in the repository?