Revisions of obs-service-tar_scm

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 210731 from Adrian Schröter's avatar Adrian Schröter (adrianSuSE) (revision 20)
- Update to version 0.3.2.1386694317.b85b342:
  + Fix adding to already existing _servicedata case
  + Don't reverse changes lines with 'tac'
  + Fix Python FutureWarning about comparison with None
  + Improve description of the versionformat parameter.
- Enable changes generation (forwarded request 210486 from saschpe)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 208484 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 19)
Automatic submission by obs-autosubmit
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 205247 from Adrian Schröter's avatar Adrian Schröter (adrianSuSE) (revision 18)
revert to old basename support
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 17)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 186182 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 16)
- Bump version to 0.3.0 and include git timestamp / SHA1 in version.
- Update to latest git (9de0986):
  + add git submodule update test
  + extract submodule_path() method
  + allow git commands to run from cwd
  + rename opts to args
  + annotate cwd
  + ensure all scm invocations succeed when expected
  + record revisions per repository path
  + allow creation of git submodules
  + Fixtures.create_commits(): add repository path parameter
  + GitFixtures.create_repo(): add repository path parameter
  + fix hg tests when run in timezone east of UTC
  + add hint about running tests quicker
  + don't hardcode revision in helper method
  + quoting tweak
  + make test output more consistent
  + get line spacing right
  + Travis: also test with Python 2.6
  + tweak debugging for mv invocations
  + a bit more info on the test suite
  + leave temporary files behind on failure, for debugging
  + add some docstrings to a few of the more complex tests
  + make switching to a given git revision more robust
  + try to make test output a little easier to understand
  + improve README.md
  + switch README to markdown and add Travis build status icon
  + replace XML entities with dollar-curlies
  + Properly encode XML reserved entities (&,<,>)
  + add better revision description/documentation for git
  + We are still not allowed to have dashes inside version. Fix for mercurial.
  + allow-different-naming-schemes-for-resulting-tar-files
  + Fix breakage when LANG is not English (issue #8)
  + Make test.py executable
  + README: add information about the test suite
  + Don't rely on git error codes for "git describe", catch all
  + Better error handling for @PARENT_TAG@ expansion
  + the correct tag is 'param', 'parameter' won't work
  + Tell Travis where to find the tests
  + Cleanup testing tmp_dir afterwards
  + Add description for @PARENT_TAG@
  + Ignore .coverage
  + Move tests into sub-directory
  + Last change for some bonus points
  + Naa, typo
  + Update package database before installing dependencies
  + Add initial Travis-CI configuration
  + Add .gitignore file
  + Add test for @PARENT_TAG@ (forwarded request 185667 from aspiers)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 15)
Split 12.3 from Factory
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 144078 from Adrian Schröter's avatar Adrian Schröter (adrianSuSE) (revision 14)
- Pass --tags to "git describe" for @PARENT_TAG@ (forwarded request 144033 from saschpe)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 139964 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 13)
- Fix usage text for submodules option (forwarded request 139926 from aspiers)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 136957 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 12)
- change default versionformat from author date (%at) to commiter date (%ct)
  for git, to fix issues with cherry-picked commits resulting in decreased
  version (forwarded request 136480 from cthiel1)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 136032 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 11)
add support of "20120916" as versions in git (forwarded request 135648 from jirislaby)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 129094 from Adrian Schröter's avatar Adrian Schröter (adrianSuSE) (revision 10)
- Prevent local users from appearing as user/group owner in
  generated tar files (thanks bmwiedemann for this) (forwarded request 129093 from aspiers)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 9)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 123792 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 8)
- Re-iterating the last change once again, 'git rev-parse --verify $REV'
  will return false even if $REV is a normal branch upon first clone
  of the repo. Thus 'git fetch $URL +$REV:$REV" is run initially. 
  However, the 'git checkout $REV' then fails because it's missing 
  tracking information. Therefore, try a normal checkout first and fetch
  the specific $REV only when that fails (due to reasons described below). (forwarded request 123669 from saschpe)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 122015 from Adrian Schröter's avatar Adrian Schröter (adrianSuSE) (revision 7)
Allow git revision to refer to revs not available from default clone/fetch

Previously, the "revision" parameter must be something reachable after
doing a default "git clone".  Remove this limitation.

A primary use-case is to integrate OBS with the gerrit code review tool,
which stores changes under review in "refs/changes/...".  Without this
change, such refs can't be retrieved by the tar_scm service. (forwarded request 122007 from rohanpm)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 109958 from Adrian Schröter's avatar Adrian Schröter (adrianSuSE) (revision 6)
- Check that git pull succeeds (forwarded request 109952 from aspiers)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 107636 from Adrian Schröter's avatar Adrian Schröter (adrianSuSE) (revision 5)
- Remove accidental reference to keep-source parameter
  which was never pushed upstream (obsoleted by new cache). (forwarded request 107598 from aspiers)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 98583 from Adrian Schröter's avatar Adrian Schröter (adrianSuSE) (revision 3)
- make svn checkout --trust-server-cert option conditional, since
  this option is not supported by versions prior to subversion 1.6.

- Trim user prefix from tarball filename.
  This enables tar_scm service to be used with git and ssh transport
  (in conjuction with a passphrase less ssh-pubkey). Example Git URL:
  git@gitrepo.tld:foobar.git

- git 1.6.x and very likely other version only support
  "show --pretty=format:%at" as parameter with "format:" prefix.
  git show --pretty=%at is also support by recent git versions. (forwarded request 98423 from dgollub)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 2)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 78644 from Adrian Schröter's avatar Adrian Schröter (adrianSuSE) (revision 1)
fix exclude expansion
Displaying revisions 61 - 80 of 80
openSUSE Build Service is sponsored by