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)

