summaryrefslogtreecommitdiff
path: root/vc
Commit message (Collapse)AuthorAge
* - add GPL license and headers.Adrian Schröter2014-10-09
| | | | | Most of it is GPL v2 or v3 licensed. Some parts only v2 atm, but I will check with authors for v3 permission
* vc: fixed chown call to support a user/group with whitespacesMarcus Huewe2014-10-06
| | | | This fixes https://github.com/openSUSE/osc/issues/118
* Enable interpretation of backslash escapesSascha Peilicke2014-02-13
| | | | Otherwise it's impossible to pass messages spanning over multiple lines.
* Revert "track added/removed/modified patch automatically"Sascha Peilicke2014-01-30
| | | | | | | | | | | | | | | | | This reverts commit b6ccac1ebd9cac5998118a7bb119508ade6b47fe. This kind of functionality does not belong into vc. Source services have far more knowledge about changes applied to packages and thus are far more suitable to generate proper changelog entries. For example: - tar_scm can generate changes entries from git logs - refresh_patches can generate changes entries for added, removed and rebased patches (it does that semi-automatically) For both services, changelog generation is _opt-int_. That means it has to be enabled explicitly via the 'changesgenerate' parameter. Lastly, the format was broken anyway...
* Revert "fix check for osc". It actually breaks it by adding dummy line to textAdrian Schröter2013-12-05
| | | | This reverts commit 6f9f48e88eea2d14a6ce5ba928de0d8ad972cba3.
* - fix syntax error from commit 87a0d0e11723a50ddab354966c1729d742149bd8Adrian Schröter2013-12-05
|
* Preserve ownership of changelog file too.Tomáš Chvátal2013-12-03
|
* fix check for oscTomáš Čech2013-12-03
|
* - call osc only when vc runs in checked out packageAdrian Schröter2013-10-15
|
* track added/removed/modified patch automaticallyTomáš Čech2013-10-15
| | | | | | | | Automatically add information about added, removed or modified patches, when editor is invoked. That means when -m is passed or file with comment is passed, no record is added. Signed-off-by: Tomáš Čech <sleep_walker@suse.cz>
* correct FSF addressMiroslav Suchý2013-08-13
|
* - use a more precise tmpfile name (so that osc can exclude vc tmpfiles)Marcus Huewe2010-09-16
|
* fix whitespacePavol Rusnak2009-12-05
|
* use UTC as default timezoneLudwig Nussel2009-06-17
|
* - restore the original file mode. This should fix #503027 ("osc vc" (or ↵Marcus Hüwe2009-05-17
| | | | rather "vc") changes file mode of .changes file)
* just edit option for buildvc and osc vc commands, used /usr/lib/build/vc in ↵Michal Vyskocil2009-04-22
| | | | osc vc
* build: add vc commandLudwig Nussel2009-04-17