From 226d5c9bb16f52a472e023924fa88116852fb6f1 Mon Sep 17 00:00:00 2001 From: "http://peter-simons.myopenid.com/" Date: Fri, 13 Jan 2012 18:48:29 +0000 Subject: Added a comment --- .../comment_3_29ccda9ac458fd5cc9ec5508c62df6ea._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/news/version_3.20120106/comment_3_29ccda9ac458fd5cc9ec5508c62df6ea._comment diff --git a/doc/news/version_3.20120106/comment_3_29ccda9ac458fd5cc9ec5508c62df6ea._comment b/doc/news/version_3.20120106/comment_3_29ccda9ac458fd5cc9ec5508c62df6ea._comment new file mode 100644 index 000000000..1bb0c32cb --- /dev/null +++ b/doc/news/version_3.20120106/comment_3_29ccda9ac458fd5cc9ec5508c62df6ea._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://peter-simons.myopenid.com/" + ip="77.186.134.113" + subject="comment 3" + date="2012-01-13T18:48:28Z" + content=""" +For what it's worth, the package `cabal-install` is pretty good for uploading packages to Hackages, among other things. It allows users to configure their username/password, and then making a release to Hackage is as simple as running: + + cabal upload foo-version.tar.gz + +I use that to do releases of my stuff, too, and I'm quite happy. `cabal-install` has other features, too, of course. +"""]] -- cgit v1.2.3 From 3a638c7ba19773fb91f8e7eb47735da8924152ae Mon Sep 17 00:00:00 2001 From: "http://peter-simons.myopenid.com/" Date: Fri, 13 Jan 2012 18:49:56 +0000 Subject: Added NixOS to the list of distributions that support git-annex. --- doc/install.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/install.mdwn b/doc/install.mdwn index a5d029a06..7da46b351 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -7,6 +7,7 @@ * [[FreeBSD]] * [[openSUSE]] * [[ArchLinux]] +* [[NixOS]] * Windows: [[sorry, not possible yet|todo/windows_support]] ## Using cabal -- cgit v1.2.3 From cff772031dd1fc924f717b3d22b5c6ef2612f4de Mon Sep 17 00:00:00 2001 From: "http://peter-simons.myopenid.com/" Date: Fri, 13 Jan 2012 18:53:41 +0000 Subject: Document how to install git-annex in Nix --- doc/NixOS.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/NixOS.mdwn diff --git a/doc/NixOS.mdwn b/doc/NixOS.mdwn new file mode 100644 index 000000000..864184a23 --- /dev/null +++ b/doc/NixOS.mdwn @@ -0,0 +1,5 @@ +Users of the [Nix package manager](http://nixos.org/) can install it by running: + + nix-env -i git-annex + +The build status of the package within Nix can be seen on the [Hydra Build Farm](http://hydra.nixos.org/job/nixpkgs/trunk/gitAndTools.gitAnnex). -- cgit v1.2.3