From dd554fabb826195ef60e65f661b2689ca44cb90d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 10 Dec 2018 12:55:13 -0400 Subject: [PATCH] fix link on download page and add a few more to break later --- debian/control | 2 +- doc/bugs/gitweb_link_is_wrong_on_download_page.mdwn | 2 ++ doc/download.mdwn | 9 ++++----- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 66a6671229..9790a1e338 100644 --- a/debian/control +++ b/debian/control @@ -89,7 +89,7 @@ Build-Depends: gpg-agent, Maintainer: Richard Hartmann Standards-Version: 3.9.8 -Vcs-Git: git://git.kitenet.net/git-annex +Vcs-Git: git://git.joeyh.name/git-annex Homepage: http://git-annex.branchable.com/ XS-Testsuite: autopkgtest diff --git a/doc/bugs/gitweb_link_is_wrong_on_download_page.mdwn b/doc/bugs/gitweb_link_is_wrong_on_download_page.mdwn index ff2397d6f6..d76812d730 100644 --- a/doc/bugs/gitweb_link_is_wrong_on_download_page.mdwn +++ b/doc/bugs/gitweb_link_is_wrong_on_download_page.mdwn @@ -1 +1,3 @@ link [gitweb](https://git.kitenet.net/?p=git-annex.git;a=summary) on [http://git-annex.branchable.com/download/](http://git-annex.branchable.com/download/) leads to cgit error Invalid request + +> [[fixed|done]] --[[Joey]] diff --git a/doc/download.mdwn b/doc/download.mdwn index cda592589e..e2a88daefd 100644 --- a/doc/download.mdwn +++ b/doc/download.mdwn @@ -1,28 +1,27 @@ The main git repository for git-annex is `git://git-annex.branchable.com/` +[[gitweb](http://source.git-annex.branchable.com/?p=source.git;a=summary)] (You can push changes to this wiki from that anonymous git checkout.) Other mirrors of the git repository: -* `git://git.kitenet.net/git-annex` [[gitweb](http://git.kitenet.net/?p=git-annex.git;a=summary)] +* `git://git.joey.name/git-annex` or `https://git.joeyh.name/git/git-annex.git` [[gitweb](https://git.joeyh.name/index.cgi/git-annex.git/)] Releases of git-annex are uploaded [to hackage](http://hackage.haskell.org/package/git-annex). Note that the tarball there is not the complete git-annex source tree, but only a subset -to make `cabal install` work. Use git to checkout the full source tree. +to make cabal/stack install work. Use git to checkout the full source tree. Some operating systems include git-annex in easily prepackaged form and others need some manual work. See [[install]] for details. ## git branches -The git repository has some branches: +The git repository has some branches, including: * `ghc7.0` is a by now very out of date branch that can be built with ghc 7.0. * `debian-*-backport` contains the latest backport of git-annex. -* `tweak-fetch` adds support for the git tweak-fetch hook, which has - been proposed and implemented but not yet accepted into git. * `setup` contains configuration for this website ----