2012-05-24 09:13:31 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 24 00:57:28 GMT 2012 - rohan.mcgovern@nokia.com
|
|
|
|
|
|
|
|
- Allow git revision to refer to revisions not available from a
|
|
|
|
default clone/fetch (i.e. refs other than refs/heads/* or
|
|
|
|
refs/tags/*)
|
|
|
|
|
2012-03-19 15:07:00 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 19 13:39:28 GMT 2012 - aspiers@suse.com
|
|
|
|
|
|
|
|
- Check that git pull succeeds
|
|
|
|
|
2012-03-01 09:06:11 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 29 18:32:12 GMT 2012 - aspiers@suse.com
|
|
|
|
|
|
|
|
- Remove accidental reference to keep-source parameter
|
|
|
|
which was never pushed upstream (obsoleted by new cache).
|
|
|
|
|
2012-02-16 17:12:20 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 16 15:23:35 GMT 2012 - aspiers@suse.com
|
|
|
|
|
|
|
|
- When the cache is used, output location of repo in the cache
|
|
|
|
|
2012-02-16 12:06:33 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 14 16:52:19 GMT 2012 - aspiers@suse.com
|
|
|
|
|
|
|
|
- add new 'versionformat' option to determine how version is
|
|
|
|
extracted via git show --pretty=...
|
|
|
|
- support caching of cloned repositories to speed up fetch
|
|
|
|
from upstream
|
|
|
|
|
2012-02-15 17:34:15 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 13 15:52:19 GMT 2012 - aspiers@suse.com
|
|
|
|
|
|
|
|
- Add test suite
|
|
|
|
- Fix --subdir with --scm svn
|
|
|
|
- Fix --scm bzr
|
|
|
|
|
2012-02-14 09:38:12 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 13 10:51:19 UTC 2012 - coolo@suse.com
|
|
|
|
|
|
|
|
- patch license to follow spdx.org standard
|
|
|
|
|
2012-01-25 09:48:25 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 24 15:46:17 UTC 2012 - rschiele@gmail.com
|
|
|
|
|
|
|
|
- add new option to specify a subset of files/subdirectories to
|
|
|
|
pack in the tar ball
|
|
|
|
|
2012-01-24 15:58:40 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 24 13:26:19 UTC 2012 - rschiele@gmail.com
|
|
|
|
|
|
|
|
- Checking out a specific revision cannot work when only the latest
|
|
|
|
version is cloned.
|
|
|
|
|
2012-01-03 08:34:00 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 29 13:39:35 UTC 2011 - gollub@b1-systems.de
|
|
|
|
|
|
|
|
- make svn checkout --trust-server-cert option conditional, since
|
|
|
|
this option is not supported by versions prior to subversion 1.6.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 29 13:37:43 UTC 2011 - gollub@b1-systems.de
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 29 13:35:30 UTC 2011 - gollub@b1-systems.de
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
2011-08-29 09:04:54 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 29 07:01:36 UTC 2011 - adrian@suse.de
|
|
|
|
|
|
|
|
- make it possible to create tar balls without version tag (#714542)
|
|
|
|
|
2011-08-26 08:49:49 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 26 06:49:13 UTC 2011 - adrian@suse.de
|
|
|
|
|
|
|
|
- support old tar bar lookup also for OBS 2.3 bs_service using .old/ directory
|
|
|
|
|
2011-08-26 08:45:56 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 26 06:45:17 UTC 2011 - adrian@suse.de
|
|
|
|
|
2011-08-26 09:52:40 +02:00
|
|
|
- drop broken code for same-commit-detection as suggested by Markus
|
2011-08-26 08:45:56 +02:00
|
|
|
|
2011-08-25 21:16:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 25 16:17:02 UTC 2011 - markus.lehtonen@linux.intel.com
|
|
|
|
|
|
|
|
- history-depth parameter: use hackish depth=999999999 if "full" is
|
|
|
|
given so that a shallow clone will be fully deepened if the
|
|
|
|
_service file is changed. Also, fix git clone cmd line (remove
|
|
|
|
a pair of quotes that cause problems).
|
|
|
|
|
2011-08-25 15:52:49 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 25 13:52:06 UTC 2011 - adrian@suse.de
|
|
|
|
|
|
|
|
- add support for (git) checkout depth, original patch by
|
|
|
|
Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
|
|
|
2011-08-17 09:56:56 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 17 07:54:29 UTC 2011 - adrian@suse.de
|
|
|
|
|
|
|
|
- make packaging of meta data optional to reduce tar ball size
|
|
|
|
|
2011-08-12 13:51:34 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 12 11:51:07 UTC 2011 - adrian@suse.de
|
|
|
|
|
|
|
|
- fix exclude expansion
|
|
|
|
|
2011-06-29 08:16:32 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 20 08:48:12 UTC 2011 - cthiel@novell.com
|
|
|
|
|
|
|
|
- add support for bzr
|
|
|
|
|
2011-03-22 17:29:46 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 22 14:55:55 UTC 2011 - ammler@openttdcoop.org
|
|
|
|
|
|
|
|
- Fix: recompressed tars were never reused
|
|
|
|
- cleanup mercurial commands
|
|
|
|
|
2011-02-08 17:01:28 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 8 16:00:48 UTC 2011 - adrian@suse.de
|
|
|
|
|
|
|
|
- always trust svn server certificate. We don't have a secure handling
|
|
|
|
for it anyway. Trust needs to established via extra service.
|
|
|
|
|
2011-01-12 11:03:13 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 12 10:02:41 UTC 2011 - adrian@suse.de
|
|
|
|
|
|
|
|
- fix subdir usage for git
|
|
|
|
|
2010-12-30 15:42:26 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 30 12:41:57 UTC 2010 - adrian@suse.de
|
|
|
|
|
|
|
|
- add option exclude files/directories when creating the tar ball
|
2010-12-30 15:45:25 +01:00
|
|
|
- git clone runs now with --depth 1 option
|
2010-12-30 15:42:26 +01:00
|
|
|
|
2010-12-08 08:58:14 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 8 06:29:42 UTC 2010 - wr@rosenauer.org
|
|
|
|
|
|
|
|
- support mercurial repositories
|
|
|
|
|
2010-10-21 09:34:42 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 20 16:27:25 UTC 2010 - reddwarf@opensuse.org
|
|
|
|
|
|
|
|
- Fix --filename parameter use
|
|
|
|
|
2010-10-18 14:49:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 3 10:31:32 UTC 2010 - adrian@suse.de
|
|
|
|
|
|
|
|
- initial version to checkout/update svn or git repos and create a tar
|
|
|
|
|