~edwargix/git.sr.ht

41da2bd64b4d99ee53279e02ea3fb36e367d352f — Drew DeVault 7 years ago 7dbc2fd
Add gitsrht-* symlinks to git-srht-*
M config.example.ini => config.example.ini +1 -1
@@ 71,7 71,7 @@ repos=/var/lib/git/
# and is expected to omit an AuthorizedKeys file.
#
# Uncomment the relevant lines to enable the various sr.ht dispatchers.
/usr/bin/git-srht-keys=git:git
/usr/bin/gitsrht-keys=git:git
#/usr/bin/man-srht-keys=man:man

[meta.sr.ht]

A gitsrht-dispatch => gitsrht-dispatch +1 -0
@@ 0,0 1,1 @@
git-srht-dispatch
\ No newline at end of file

A gitsrht-keys => gitsrht-keys +1 -0
@@ 0,0 1,1 @@
git-srht-keys
\ No newline at end of file

A gitsrht-migrate => gitsrht-migrate +1 -0
@@ 0,0 1,1 @@
git-srht-migrate
\ No newline at end of file

A gitsrht-periodic => gitsrht-periodic +1 -0
@@ 0,0 1,1 @@
git-srht-periodic
\ No newline at end of file

A gitsrht-shell => gitsrht-shell +1 -0
@@ 0,0 1,1 @@
git-srht-shell
\ No newline at end of file

A gitsrht-update-hook => gitsrht-update-hook +1 -0
@@ 0,0 1,1 @@
git-srht-update-hook
\ No newline at end of file

M setup.py => setup.py +6 -1
@@ 60,12 60,17 @@ setup(
      ]
  },
  scripts = [
      # TODO: Remove this dumb - between git and srht
      'git-srht-dispatch',
      'gitsrht-dispatch',
      'git-srht-keys',
      'gitsrht-keys',
      'git-srht-migrate',
      'gitsrht-migrate',
      'git-srht-periodic'
      'gitsrht-periodic'
      'git-srht-shell',
      'gitsrht-shell',
      'git-srht-update-hook',
      'gitsrht-update-hook',
  ]
)