29
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected almost 2 years ago.
Aug 10, 2022 — Aug 10, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
if configuration is overridden by envvars, print out a statement about it More... almost 19 years ago
set svn:executable property on osc-wrapper.py More... almost 19 years ago
hacky support to allow setting <platform> <arch> by the environment variable BUILD_DIST, where BUILD_DIST equals <platform>-<arch> More... almost 19 years ago
don't try to find built packages when the build wasn't complete More... almost 19 years ago
handle error if packagecachedir is not writable by user More... almost 19 years ago
if only .netrc is found, automatically create a ready-to-go .oscrc More... almost 19 years ago
add build opts to usage info More... almost 19 years ago
- bump version (0.7) - initial support for local builds (subcommand 'build') More... almost 19 years ago
- properly use tempfile.mkstemp, by using os.fdopen() on the passed file descriptor, instead of opening it again More... almost 19 years ago
- properly use tempfile.mkstemp, by using os.fdopen() on the passed file descriptor, instead of opening it again More... almost 19 years ago
in case of a parsing error of netrc, treat it as non-existant. (It turned out that python's netrc parser wouldn't cope with lines not containing a password) More... almost 19 years ago
add a wrapper function for urllib2.urlopen which handles errors; give better usage info for buildconfig/buildinfo More... almost 19 years ago
fix download URL in README More... almost 19 years ago
handle (properly report) HTTP errors in meta_get_filelist, get_slash_source show_project_meta, show_package_meta More... almost 19 years ago
add new subcommands buildconfig, buildinfo, repos More... almost 19 years ago
- rewrite command and command alias handling so it is all defined in one place More... almost 19 years ago
catch ctrl-c during log following More... almost 19 years ago
- 'ci'/'rm': properly quote the path component of URLs used in HTTP requests (now also in DELETE requests, where no quoting was done before at all) - 'id': properly quote the query part of the URL - fix up tests.py - add to TODO More... almost 19 years ago
change @watchlist from xml node to list (fix for #188477)
bauersman
as Andreas Bauer
More... almost 19 years ago
update NEWS file More... almost 19 years ago
remove forgotten debugging code from last commit More... almost 19 years ago
- remove dead code - remove requirement on pyxml package - use list comprehensions in some places - fix 'rebuildpac' command to not show raw xml - fix updatepacmetafromspec to cope with subpackages during parsing More... almost 19 years ago
- editmeta: - add examples for <disable> tags to the package template - add examples for build targets to the project template More... almost 19 years ago
update NEWS file More... almost 19 years ago
todo More... almost 19 years ago
- don't try to merge files if they have binary content - set mtime on files that have been fetched during merge More... almost 19 years ago
- fix typo in package meta template: DESCIPTION -> DESCRIPTION - unify all help texts More... almost 19 years ago
renamed bsuser.rb and BSUser class according to rails standards
bauersman
as Andreas Bauer
More... almost 19 years ago
activated lazy evaluation in API
bauersman
as Andreas Bauer
More... almost 19 years ago
optimized status monitor
bauersman
as Andreas Bauer
More... almost 19 years ago