Your message dated Fri, 13 Jun 2014 16:20:53 +0000
with message-id <[email protected]>
and subject line Bug#743882: fixed in myrepos 1.20140613
has caused the Debian Bug report #743882,
regarding git-annex/myrepos integration
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
743882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743882
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: git-annex myrepos
Severity: wishlist
Please consider installing attached file (or something based on it)
as /usr/share/mr/git-annex.
I'll leave it up to you which package should do that. myrepos
already has a few (e.g. git-svn), so…
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages git-annex depends on:
ii curl 7.36.0-1
ii git 1:1.9.1-1
ii libc6 2.18-4
ii libffi6 3.1~rc1+r3.0.13-12
ii libgmp10 2:6.0.0+dfsg-1
ii libgnutls26 2.12.23-13
ii libgsasl7 1.8.0-2
ii libicu52 52.1-3
ii libidn11 1.28-1
ii libxml2 2.9.1+dfsg1-3
ii libyaml-0-2 0.1.4-3.2
ii openssh-client 1:6.6p1-2
ii rsync 3.1.0-2
ii wget 1.15-1
ii zlib1g 1:1.2.8.dfsg-1
Versions of packages git-annex recommends:
ii bind9-host 1:9.9.5.dfsg-3
ii git-remote-gcrypt 0.20130908-5
ii gnupg 1.4.16-1.1
ii lsof 4.86+dfsg-1
ii nocache 0.9-1
ii quvi 0.4.2-1
ii ssh-askpass-gnome [ssh-askpass] 1:6.6p1-2
Versions of packages git-annex suggests:
pn bup <none>
ii graphviz 2.26.3-16.2
pn libnss-mdns <none>
ii tahoe-lafs 1.10.0-1
-- no debconf information
--
.''`. martin f. krafft <[email protected]> Related projects:
: :' : proud Debian developer http://debiansystem.info
`. `'` http://people.debian.org/~madduck http://vcs-pkg.org
`- Debian - when you have better things to do than fixing systems
# A handler for git-annex clones.
#
# © 2014 martin f. krafft <[email protected]>
# Released under the terms of the Artistic Licence 2.0
#
# To make mr use this file, add a line like this inside the [DEFAULT]
# section of your ~/.mrconfig
#include = cat /usr/share/mr/git-annex
#
# Do note that this presumes that you have your preferred/required content
# settings configured as you want them, because otherwise *all* annexed data
# will be fetched on update/commit/push.
#
# An example usage of this would look e.g.
#
# [tunes]
# checkout =
# git clone git://example.org/my_tunes $MR_REPO
# cd $MR_REPO
# git annex init
# git_annex_sync
lib = git_annex_sync() { git annex --quiet sync --content; }
git_test = cd ${MR_REPO} && test -d .git && ! git annex wanted . >/dev/null 2>&1
git_annex_test = cd ${MR_REPO} && test -d .git && git annex wanted . >/dev/null
2>&1
git_annex_fetch = git annex --quiet fetch
git_annex_update = git_annex_sync
git_annex_status = git annex --quiet status
git_annex_commit = git commit -a "$@" && git_annex_sync
git_annex_record = git commit -a "$@"
git_annex_push = git_annex_sync
git_annex_log = git log "$@"
git_annex_diff = git diff "$@"
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)
--- End Message ---
--- Begin Message ---
Source: myrepos
Source-Version: 1.20140613
We believe that the bug you reported is fixed in the latest version of
myrepos, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Joey Hess <[email protected]> (supplier of updated myrepos package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Fri, 13 Jun 2014 12:02:18 -0400
Source: myrepos
Binary: myrepos
Architecture: source all
Version: 1.20140613
Distribution: unstable
Urgency: medium
Maintainer: Joey Hess <[email protected]>
Changed-By: Joey Hess <[email protected]>
Description:
myrepos - tool to manage all your version control repos
Closes: 743882
Changes:
myrepos (1.20140613) unstable; urgency=medium
.
* Added lib/git-annex. Thanks, martin f krafft.
Closes: #743882
* Make mr help work even if the mrconfig file is busted.
Thanks, Lorenzo Cappelletti
* Support "vcsh clone url repo" as trusted checkout syntax,
while still supporting the old syntax.
* bootstrap: Support reading bootstrap mrconfig file from both a local
file, and from stdin.
Thanks, Lorenzo Cappelletti
Checksums-Sha1:
555b5097742aa092ce922281d10e94a03cfd8a35 1515 myrepos_1.20140613.dsc
839b0c6abb354d42111ea0d04dbd68720ed45498 43885 myrepos_1.20140613.tar.gz
443e4127cd55c4cb800ec161cca500db267997ab 44550 myrepos_1.20140613_all.deb
Checksums-Sha256:
b26d544e9757a87b38b114cf57322cc284db6c0573fd64d7bbc434244b9d1090 1515
myrepos_1.20140613.dsc
ac8ef6381699f52a6f1d41c7eb3bc0d5f902c1dd66c81fa80ec2f40af4aa612b 43885
myrepos_1.20140613.tar.gz
112ce8232ba53889f51121b9d6ced9a5c80dad7bae6ef360c6e37ebad6bb0a74 44550
myrepos_1.20140613_all.deb
Files:
db21fbd148a71a877b819cd372bfad6c 44550 vcs optional myrepos_1.20140613_all.deb
d45e89d4c2e9db231714e1e0d32a2614 1515 vcs optional myrepos_1.20140613.dsc
1e527291e2c1b64cb42bb023eb8934c6 43885 vcs optional myrepos_1.20140613.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIVAwUBU5sgtckQ2SIlEuPHAQJyiA/9FnXz5nAIA255O/fKnB2kZi+2U2H+X0Z5
4bUe8oo9e4zW2QxE5VWxbXMODh4blXjNiL7JB0Y0NeXhvC+wqMsRGJxKOQM33ejg
bQWXlx6iZ5QEo7r9YPbTVnFtP2DjU3TDlv3MaeiepupdDKTWp8UwqWuRU7TysNNM
sBmdOOoXqVcLQ9rvbQXCDgH08dr7V+HHlOedXv8CYixTqA2vDPbqf4wbGhQ8d7JB
3u46dCtlyzugaHFT+YuSBjsp/pi7K7xHy/e3kdQRQ7k/D9tjQbDQd69KXE+sDRwl
Smcwb23aqSp4x9xzI1kKeOVdMjoBQ8iDntlwX6LGaoSW1naOmUZbiFZunMRmfmPQ
Pw+Ct+XdZjfMyavxTGqD0OvwjupcDNmdX1iqiMZuyG114/gGx36SXY93+5YqkcHJ
YSRNRtrs3B0xi7NNQTemf7R762suCPDrDXQ+KtnfcI1YeTUvGsyFqS5rjopuZvgm
abNuyLMBEzBGlt4KEAcXf/dzyjdJ9+GXvhejFxD3D6J7xKFmvczYWArdw9buuah7
vVqnXSC53Bfy/pFs6lMoHEnuWP8z/6Zwsyi1+fPUvvcjdhXqK6DzJzrLVeKRJ8Su
7sEDdwwvrPU266tWYooVzFiwgZvBBWwZVQlckYUDOkM1FzaA0NUi/5sgpZg4u0UA
wWY3pvEU/+Q=
=7gBP
-----END PGP SIGNATURE-----
--- End Message ---