SEARCH
NEWS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG
FORUM
DONATE



 
 
Changelog for osc-0.9-2.1.x86_64.rpm :
Fri Oct 13 14:00:00 2006 - poemlAATTsuse.de
- set scheme=https in the default configuration, to work around
issue with new server

Thu Oct 12 14:00:00 2006 - poemlAATTsuse.de
- update to 0.9 (r761):
- \"iChain-ready\" (works with API server now using iChain
authentication)
- add runtime check for build.rpm version, so the rpm package
dependency is no longer required
- add \'edituser\' command for editing the metadata of a user
account. It tries to create a user if it doesn\'t exist yet. A new
command \'usermeta\' replaces \'id\' respectively \'userid\'.
- rewrite configuration handling. Now the API server can be set in
.oscrc
- ignore \'.gitignore\', \'.pc\', \'*~\' (now using filename matching
[#208969]
- fix \'status\' to work with project directories as arguments
- fix \'status \'

Fri Sep 29 14:00:00 2006 - poemlAATTsuse.de
- update to r753:
- \'rebuildpac\' now accepts additional repo and arch argument. Note:
the syntax has changed.
- add \'prjresults\' command to display aggregated build status over
an entire project
- add \'deleteprj\' command (the API server doesn\'t seem to support
it yet, though)
- change \'buildhistory\' to display human-readable text
- \'log\': print usage info if called with missing arguments
- \'ci\': handle upload errors
- fix filelist for python >= 2.5

Thu Sep 21 14:00:00 2006 - poemlAATTsuse.de
- update to r744:
- add \'copypac\' subcommand, to copy a complete package to a new package,
possibly cross-project
- don\'t die if user tries to \'add\' a file which is already versioned
- don\'t die if \'addremove\' encounters directories
- urlopen(): for server return code 500, print out the reply body
- be fair, and also mention dsc files in some help texts

Fri Sep 15 14:00:00 2006 - poemlAATTsuse.de
- update to r735:
- build: use configuration from *local* specfile (e.g. BuildRequires)
- build: let envvars OSC_SU_WRAPPER and OSC_BUILD_ROOT override config
- build: allow \'dynamical\' build-root setting by using %(repo)s and %(arch)s
- add \'createpac/editpac\' and \'createprj/editprj\' subcommands which
are similar to \'editmeta\' but should be more logical to find
- added \'deletepac\' subcommand
- added \'buildhistory\' subcommand (formerly \'history\'). This only
gives out raw xml at this time
- added \".git\" to the excluded files

Mon Aug 7 14:00:00 2006 - poemlAATTsuse.de
- update to svn r635:
- added \'linkpac\' subcommand
- adapt to API changes

Thu Jul 20 14:00:00 2006 - poemlAATTsuse.de
- fixed issue with uploading files when an intercepting web proxy
was in between osc and the api server
- fixed creation of new packages/projects

Mon Jul 17 14:00:00 2006 - poemlAATTsuse.de
- update to 0.7 (r599)
- initial support for local builds (subcommand \'build\')
- new subcommands buildconfig, buildinfo, repos
- better error handling

Mon Jun 26 14:00:00 2006 - poemlAATTsuse.de
- update to svn r534
- fix \'rebuildpac\' command to not show raw xml
- editmeta:
- add examples for tags to the package template
- add examples for build targets to the project template
- fix updatepacmetafromspec to cope with subpackages during parsing
- code cleanup
- remove requirement on pyxml package

Thu Jun 22 14:00:00 2006 - poemlAATTsuse.de
- update to svn r528:
- add support for streaming build log (thanks to Christoph Thiel)
- don\'t try to merge binary files
- set mtime on files that have been fetched during merge

Thu Jun 8 14:00:00 2006 - poemlAATTsuse.de
- update to svn r481:
- fix handling of filenames with \'+\' signs [#153725, #181593]
- before committing, make sure that the working copy is up to date
- don\'t diff binary files
- add \'rebuildpac\' command, which triggers a rebuild for all
repositories/architectures of the package
- fix merge on \'update\', if osc is called from another directory
- don\'t fail on \'resolve\' when the working copy is in a newer rev already
- add \'commit\' as command alias for \'ci/checkin\'

Tue Jun 6 14:00:00 2006 - poemlAATTsuse.de
- update to svn r469:
- work around ruby on rails issue, which swallows \'+\' signs in filenames in PUT
requests [#153725, 181593]
- before committing, make sure that the working copy is up to date (added
show_rev() function)
- add \'commit\' as subcommand alias for \'ci/checkin\'

Sat Jun 3 14:00:00 2006 - poemlAATTsuse.de
- update to svn r466:
- add \'repourls\' subcommand
- display reason for new build status is \'broken\'
- add a tentative \'updatepacmetafromspec\' subcommand, which takes package
metadata from a specfile
- handle some error conditions
- fix the profiling wrapper script
- make \'resolved\' more robust
- set a User-agent

Tue May 30 14:00:00 2006 - poemlAATTsuse.de
- update to 0.6:
- diff bugfix: sometimes displayed diff against obsolete files
- update bugfixes: fix update of working copy when adding a file from upstream
which is missing locally; fix update in directory with unmodified files:
don\'t try to merge if upstream file wasn\'t changed at all
- add: make it faster

Tue May 23 14:00:00 2006 - poemlAATTsuse.de
- update to 0.5:
- help :-)
- fix status letter for files merged on update (in analogy to svn , it is
either G or U)
- if an old _files listing without any metadata is found, don\'t bother the user
with it
- make all subcommands properly importable functions
- bug in \'resolved\' command fixed, which wouldn\'t clear the conflict state of a file
- fix update in directory with unmodified files: don\'t try to merge if upstream
file wasn\'t changed at all

Mon May 22 14:00:00 2006 - poemlAATTsuse.de
- don\'t fail on undeleting non-existing _to_be_deleted file
- update to 0.4:
- allow \'up\' inside a project directory (will automatically pull in all new
packages). (For past checkouts, you may need to put the project name into
$prjdir/.osc/_project yourself).
- checkout: preserve mtimes
- add diff3 merge support. Locally modified files are merged with upstream changes
if possible, and go into Conflict state if that fails.
- add \'resolved\' command to be used after manual merging.

Fri May 19 14:00:00 2006 - poemlAATTsuse.de
- update to 0.3:
- use the new file metadata, which provides checksum, size and mtime
- faster \'status\', \'update\', \'diff\'
- improve argument handling, now e.g. \'osc up *\' is possible
- on first usage, ask for username and password and store them in .oscrc
(.netrc can still be used)

Mon May 15 14:00:00 2006 - poemlAATTsuse.de
- this package is not noarch

Fri May 12 14:00:00 2006 - poemlAATTsuse.de
- don\'t use --record-rpm option on setup.py, only SUSE has it
- define py_sitelib macro

Wed May 10 14:00:00 2006 - poemlAATTsuse.de
- created package (version 0.2)