1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 01:06:17 +02:00
Commit Graph

12 Commits

Author SHA1 Message Date
Dr. Peter Poeml
aaa41561be - reorganize source to build a python module
- add setup.py
- add osc-wrapper.py as a wrapper script, so the module can be used when
  installed in the system as well as in the uninstalled source directory
2006-05-10 14:21:51 +00:00
Dr. Peter Poeml
6ec9c4f911 - use cElementTree for XML parsing, since it is faster and easier to use, ditch
qp_xml (but still use xml.dom.ext for writing, maybe we can get rid of that
  later)
- fix display of build results, which was showing only one arch per repository
- fix listing of repositories of a project
2006-05-02 08:17:45 +00:00
Dr. Peter Poeml
e8c6d7a8db make 'results' show build results in tabular form; add 'results_meta' to show raw xml 2006-04-29 20:44:09 +00:00
Dr. Peter Poeml
4d02380352 - save the osclib version in the store directory
- adapt to the new deployed API version:
  - filelist is no longer in _meta, but comes seperately
  - now really DELETE files, now that it is supported
- 'update': fix handling of files that were deleted in the repository
- add TODO file
2006-04-28 15:37:25 +00:00
Dr. Peter Poeml
5ea51d3918 add osc_hotshot.py, a wrapper script for profiling osc.py 2006-04-27 13:59:34 +00:00
Dr. Peter Poeml
37001eef4b ignore *.pyc and *.swp files in clientlib/python/osc 2006-04-27 13:59:09 +00:00
Dr. Peter Poeml
c94b710d4a 'add' should add only files that exist 2006-04-27 13:35:43 +00:00
Dr. Peter Poeml
fde1545c1d make 'results' command do something 2006-04-25 16:19:42 +00:00
Dr. Peter Poeml
9fbbd4f1ce fix addremove/remove for already deleted files 2006-04-25 12:25:53 +00:00
Dr. Peter Poeml
ab258100ca don't parse local meta file more than once for the filelist, thus fixing 'status' slowness; fix usage of 'up' command with more than one directory as argument 2006-04-24 12:04:20 +00:00
Dr. Peter Poeml
2dfbdf3bde upate osc README 2006-04-20 14:31:24 +00:00
Dr. Peter Poeml
1e3a8f82d8 add opensuse-commander, a python library / commandline tool 2006-04-20 14:26:50 +00:00