17
0

12 Commits

Author SHA256 Message Date
0074f6af69 Accepting request 998584 from devel:tools:scm
- Update to 1.5:
  * Pass --error-on-no-transfer to 'rclone copyto'.
  * README.md:
    - explain why the arbitrary <giturl> and sftp:// backends are
      inappropriate for most git repositories
    - use stronger language to say that one should use local or rsync://
      instead, and also say it up in "Description".

OBS-URL: https://build.opensuse.org/request/show/998584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-remote-gcrypt?expand=0&rev=4
2022-08-22 09:05:09 +00:00
8e546dd2fb - Update to 1.5:
* Pass --error-on-no-transfer to 'rclone copyto'.
  * README.md:
    - explain why the arbitrary <giturl> and sftp:// backends are
      inappropriate for most git repositories
    - use stronger language to say that one should use local or rsync://
      instead, and also say it up in "Description".

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git-remote-gcrypt?expand=0&rev=11
2022-08-22 08:37:53 +00:00
de7acb707a Accepting request 865877 from devel:tools:scm
- Update to 1.4:
  * Add gcrypt.require-explicit-force-push configuration key.
  * Support rsync URIs like "rsync://user@host/path" (Closes: #980397).

OBS-URL: https://build.opensuse.org/request/show/865877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-remote-gcrypt?expand=0&rev=3
2021-01-22 20:52:34 +00:00
3940962a11 - Update to 1.4:
* Add gcrypt.require-explicit-force-push configuration key.
  * Support rsync URIs like "rsync://user@host/path" (Closes: #980397).

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git-remote-gcrypt?expand=0&rev=9
2021-01-22 09:19:15 +00:00
9d9e0a4082 Accepting request 774822 from devel:tools:scm
- Update to 1.3:
  * README.md: Clarify how to use GCRYPT_FULL_REPACK.
  * Updates to redhat/git-remote-gcrypt.spec.
  * install.sh: try rst2man.py if rst2man binary not available.
  * Add git-config option to set rsync put flags.

OBS-URL: https://build.opensuse.org/request/show/774822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-remote-gcrypt?expand=0&rev=2
2020-02-18 09:38:47 +00:00
a29f451b68 - Update to 1.3:
* README.md: Clarify how to use GCRYPT_FULL_REPACK.
  * Updates to redhat/git-remote-gcrypt.spec.
  * install.sh: try rst2man.py if rst2man binary not available.
  * Add git-config option to set rsync put flags.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git-remote-gcrypt?expand=0&rev=7
2020-02-17 10:20:52 +00:00
bef3ff7142 Accepting request 652113 from devel:tools:scm
- Update to 1.2:
  * When the repository cannot be found, but the repo ID is set,
    output the stderr of other commands to help the user figure out
	what's wrong (Closes: #914059).
  * Note that git-remote-gcrypt's "not found" error can be misleading.
- Update to 1.1:
  * Add CONTRIBUTING.md and DEVELOPER-CERTIFICATE.
  * Add experimental rclone backend (for early adoptors only).
- Update to 1.0.3:
  * Add note about non-standard rsync:// URI format.
  * Improve first section of manpage.
  * Add "Known issues" to README.
- Update to 1.0.2:
  Bug fixes:
  * Correctly handle the case where gcrypt.gpg-args contains more than one
    argument, separated by spaces.
    Thanks Etienne Brodu for the patch.
  Documentation:
  * Drop section "Note to users of GnuPG version 2".
    The issue was a regression in GnuPG 2.x, fixed in version 2.1.16.
  * Add a note about performance when not using the rsync:// or local backends.
  * Add section containing author and maintainer information.
  * Add `apt-get` installation instructions, for the benefit of GitHub users.
  * Other minor edits and formatting changes.
- Install real changelog file and not a link
 
- Update to 1.0.1:
  * Add authorship details to script header
- Get proper release tarball from GH now. Before used commit id
  30b3f5e3356bba404eb630807879b8d4989f8c6e which was tag 1.0.0
  on private repo of maintainer
- Use rst2man to generate manpage, install that instead of readme
- Use website of new maintainer
- Initial package for 1.0.0

OBS-URL: https://build.opensuse.org/request/show/652113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-remote-gcrypt?expand=0&rev=1
2018-12-04 19:53:47 +00:00
ba75b1024d - Update to 1.2:
* When the repository cannot be found, but the repo ID is set,
    output the stderr of other commands to help the user figure out
	what's wrong (Closes: #914059).
  * Note that git-remote-gcrypt's "not found" error can be misleading.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git-remote-gcrypt?expand=0&rev=5
2018-11-27 09:18:27 +00:00
b150b567e9 - Update to 1.1:
* Add CONTRIBUTING.md and DEVELOPER-CERTIFICATE.
  * Add experimental rclone backend (for early adoptors only).

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git-remote-gcrypt?expand=0&rev=4
2018-04-29 17:13:34 +00:00
840a5c9e5c - Update to 1.0.3:
* Add note about non-standard rsync:// URI format.
  * Improve first section of manpage.
  * Add "Known issues" to README.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git-remote-gcrypt?expand=0&rev=3
2018-03-10 08:19:07 +00:00
72e57d278a - Update to 1.0.2:
Bug fixes:
  * Correctly handle the case where gcrypt.gpg-args contains more than one
    argument, separated by spaces.
    Thanks Etienne Brodu for the patch.
  Documentation:
  * Drop section "Note to users of GnuPG version 2".
    The issue was a regression in GnuPG 2.x, fixed in version 2.1.16.
  * Add a note about performance when not using the rsync:// or local backends.
  * Add section containing author and maintainer information.
  * Add `apt-get` installation instructions, for the benefit of GitHub users.
  * Other minor edits and formatting changes.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git-remote-gcrypt?expand=0&rev=2
2017-09-04 09:51:27 +00:00
db512ce6d1 Accepting request 480729 from home:jubalh
OBS-URL: https://build.opensuse.org/request/show/480729
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git-remote-gcrypt?expand=0&rev=1
2017-03-17 07:59:20 +00:00