Marcus Hüwe
1f2df92d12
submitrequest log: use the description of the submitrequest for the initial log entry otherwise its comment attribute would contain None
2008-08-19 19:15:29 +00:00
Marcus Hüwe
e93678d5a0
- added submitrequest log command to show the history of a given id
2008-08-19 14:18:05 +00:00
Marcus Hüwe
bb11aea3fc
submitrequest show: show the current state's comment
2008-08-19 12:29:26 +00:00
Marcus Hüwe
f4e4c91376
- minor fix in get_submit_request_list()
2008-08-17 18:53:54 +00:00
Lars Vogdt
5aaaa3572a
- enhanced the package template
2008-08-15 17:38:08 +00:00
Michal Marek
d047b30aa8
unbreak osc init
2008-08-08 15:19:54 +00:00
Dirk Mueller
45e944efbf
- --state , means "any state"
...
- fix streaming support in osc buildlog. do not download all of the
buildlog into memory before printing it (it could be very big), just
print as the log comes in
2008-08-04 13:21:49 +00:00
Marcus Hüwe
707b057891
- updatepacmetafromspec: also update the Url in the metadata (patch by Lenz Grimmer <lenz@grimmer.com>) (applied slightly modified version)
...
- read_meta_from_spec(): use the re module to find tags and sections to avoid problems with lowercase/uppercase letters (e.g. "Url" vs. "URL")
2008-08-03 19:36:07 +00:00
Marcus Hüwe
ae07c9a945
do_package_tracking: be a bit more verbose when updating a project
2008-08-01 11:31:12 +00:00
Michal Marek
36fb38afd0
update the new project template with current distributions
2008-07-31 08:15:28 +00:00
Dirk Mueller
494381866d
revert back to throwing the httplib2 error, to be
...
able to preserve http headers etc
2008-07-23 20:56:20 +00:00
Dirk Mueller
048414088f
- implement --no-checks for osc build
...
- make osc submitreq succeed for submitting new packages
(previously the develproject check caused it to abort prematurely)
2008-07-23 20:05:09 +00:00
Dr. Peter Poeml
f43a22c502
version 0.107
2008-07-16 15:15:42 +00:00
Dr. Peter Poeml
6ff961279c
osc update / checkout: don't check out a working copy, or update an existing
...
one, when a source link cannot be applied [bnc#409373]
- linkinfo elements can have an "error" attribute which indicates link
application failure, which means that updating the working copy is not
possible.
- Before this fix, osc could silently remove locally modified sources!
2008-07-16 15:14:57 +00:00
Dr. Peter Poeml
2618902347
remove an os.getcwd() call from function arguments, because that call fails when running the program from a directory which doesn't exist anymore, and thus osc would not run at all.
2008-07-16 15:04:37 +00:00
Dr. Peter Poeml
d3da0085a4
bump version (0.106); update NEWS file
2008-07-11 10:42:01 +00:00
Dr. Peter Poeml
c38fe33646
always expand sources for "pretty" diffs -- this affects 'osc rdiff' and 'osc
...
submitreq show'
2008-07-11 10:39:22 +00:00
Marcus Hüwe
572c58bc24
show author's name when listing submitrequests
2008-07-10 01:57:38 +00:00
Dr. Peter Poeml
e9fe10b11e
bump version (0.105)
2008-07-09 15:23:12 +00:00
Marcus Hüwe
acaef1d250
- disable signature check when getting data from a rpm file
...
- catch rpm.error exceptions
2008-07-08 15:51:37 +00:00
Marcus Hüwe
c8b41c643a
- copy_pac: use the correct userid when copying to another apiurl
2008-06-30 14:07:11 +00:00
Dirk Mueller
72d0d2fbbb
- add an optional parameter req_state to get_submitreq_list()
...
to be able to query also rejected submit requests
- make the list sortable
- make the list output more beautiful
2008-06-27 16:36:16 +00:00
Dirk Mueller
607ed31f97
- add news entry
...
- also list the http error code
2008-06-27 11:24:15 +00:00
Dirk Mueller
9eba706bd3
print the backend error code
2008-06-27 11:17:27 +00:00
Marcus Hüwe
5768e35047
- applied slightly modified version of Node's patch which added a --revision option to do_linkpac
2008-06-26 10:47:58 +00:00
Dirk Mueller
f16fb793e3
do not add _linkerror's to the project's working copy
2008-06-25 17:37:05 +00:00
Dr. Peter Poeml
2bd196d8e3
- osc buildhist: change the output into a format which better matches actual RPM filenames.
...
- give commit message tempfiles a ".diff" suffix, so syntax highlighting might work in some editors
2008-06-17 06:12:48 +00:00
Marcus Hüwe
7675c55242
fix and use comparePac()
2008-06-11 13:02:40 +00:00
Dr. Peter Poeml
7d8834a0a3
bump version to 0.104, adjust NEWS file
2008-06-11 08:34:39 +00:00
Marcus Hüwe
da101858ee
- fixed make_diff in order to avoid errors when committing a new package (created with mkpac)
2008-06-10 22:32:53 +00:00
Dr. Peter Poeml
bce87c182d
- handle error resulting from unexpected zero-length .osc/_files metadata
...
by raising oscerr.NoWorkingCopy()
2008-06-10 10:15:49 +00:00
Dr. Peter Poeml
06c2cbf882
bump version to 0.103, adjust NEWS file
2008-06-06 12:09:00 +00:00
Dr. Peter Poeml
8362728a8e
bump version to 0.102
2008-06-03 15:12:49 +00:00
Dr. Peter Poeml
5438e4023a
osc submitreq: look up the develproject of the target, and if there is one,
...
don't create the request, unless forced with --nodevelproject.
2008-06-03 15:01:01 +00:00
Dr. Peter Poeml
7641ed0c8c
osc branch: add --nodevelproject
2008-06-03 13:16:55 +00:00
Dr. Peter Poeml
98090f8b09
make 'osc branch' show the actually created branch project name, not a guess one.
2008-06-03 12:43:52 +00:00
Dr. Peter Poeml
f8daea6288
bump version (0.101) and update NEWS file
2008-05-27 11:03:21 +00:00
Dr. Peter Poeml
d8245f5f36
- add osc branch command, using the branch API call to branch a package to
...
home:poeml:branches:PRJ/PKG
2008-05-21 15:49:00 +00:00
Dr. Peter Poeml
7e524fd442
- osc commit: open $EDITOR for commit message
...
- osc status: implement -q/--quiet switch
- osc deletepac: allow deletion of multiple packages at once
- osc info: slightly more verbose
- core.edit_message() added
- core.getStatus() accepts new "quiet" argument
- oscerr.UserAbort added
2008-05-21 13:44:49 +00:00
Marcus Hüwe
3c5a25f1a5
- don't do any exception handling in the sync() method of the metafile() class. It's up to the caller what to do in case of an exception
...
- edit_meta(): raise an exception instead of printing an "useless" error message.
- make "osc meta prjconf <project> -e" work again (probably r3702 caused the problem)
2008-05-20 16:03:08 +00:00
Tom Patzig
4476afafd7
-cosmetic changes for rprjresults and rresults
...
-show Legend for prjresults only, if there are also packages to show
2008-05-20 11:36:16 +00:00
Marcus Hüwe
aba87c08dd
- added 'file_ext' key to the metatypes dict(). This key contains the filename extension for the particular metatype. This way we achieve that each metatype has the correct syntax highliting when running "osc meta -e <metatype>..." (e.g. prjconf => .txt, pkg => .xml etc.)
2008-05-20 09:23:57 +00:00
Dr. Peter Poeml
d80c47c0b9
- osc maintainer:
...
-D devel_project, --devel-project=devel_project
define the project where this package is primarily
developed
- core: add addDevelProject() method
2008-05-20 08:29:54 +00:00
Dr. Peter Poeml
fd0c04477b
- update version to 0.100
...
- decouple osc's version number from the versioning of the .osc storage
directory data format. The latter gets __store_version__ = 1.0 now.
2008-05-19 14:56:59 +00:00
Tom Patzig
e69486bdc8
-in status-filter mode only show repos with the matching status
...
(in name-filter/or mixed mode all repos are shown)
2008-05-16 11:15:41 +00:00
Tom Patzig
abcb4f8489
- legend in prjresults is default enabled
...
- added status-filter and name-filter option to prjresults
2008-05-15 18:09:24 +00:00
Dr. Peter Poeml
db6dcbe8a9
treat build status 'finished' as 'building'
2008-05-15 15:44:57 +00:00
Marcus Hüwe
3e0ba6285b
- don't exit when there's nothing to do for a package (instead simply return)
...
- there's no need to catch SystemExit's when creating a new package or committing something
2008-05-08 11:55:32 +00:00
Michal Marek
25ab4d7af6
fix KeyError exception when a status is missing in the result
2008-05-05 12:27:34 +00:00
Pavol Rusnak
afec162189
- added --keep-maintainers switch to copypac
...
(do not remove original maintainers and replace them with caller)
2008-04-30 12:28:25 +00:00