fix link on download page and add a few more to break later
This commit is contained in:
parent
0870838337
commit
dd554fabb8
3 changed files with 7 additions and 6 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -89,7 +89,7 @@ Build-Depends:
|
|||
gpg-agent,
|
||||
Maintainer: Richard Hartmann <richih@debian.org>
|
||||
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
|
||||
|
||||
|
|
|
@ -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]]
|
||||
|
|
|
@ -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
|
||||
|
||||
----
|
||||
|
|
Loading…
Reference in a new issue