bug triaging and tagging

This commit is contained in:
Joey Hess 2013-03-18 20:07:59 -04:00
parent 243bda3c52
commit 1a430daca4
28 changed files with 74 additions and 8 deletions

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkBTVYS5lTecuenAB01eHgfUxE20vWVpU4"
nickname="Peng"
subject="Large Mountain Loin package size"
date="2012-12-28T22:17:43Z"
content="""
I see that git-annex package file is 489.9MB on Mac Mountain Loin (git-annex.dmg.bz2). The file git-annex.dmg.bz2 is only of size 24M. Is there any way to reduce the package size?
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="2001:4978:f:21a::2"
subject="comment 5"
date="2013-01-02T19:52:28Z"
content="""
The build for today's release is 24 mb.
"""]]

View file

@ -0,0 +1,27 @@
[[!comment format=mdwn
username="https://www.jsilence.org/"
nickname="jsilence"
subject="Setting up a repository fails on OSX 10.6"
date="2013-01-05T11:17:18Z"
content="""
I installed Haskell via MacPorts and managed to compile git-annex as described via cabal.
On the initial start, git-annex webapp starts just fine and the webapp opens in the browser. When I try to configure a local repository, the webapp crashes.
1 jsilence@zeo ~ % git-annex webapp
(Recording state in git...)
WebApp crashed: watch mode is not available on this system
Launching web browser on file:///var/folders/6b/6bWnFAnbFXSPCLPvCnKNrE+++TI/-Tmp-/webapp1003.html
jsilence@zeo ~ %
\"watch mode is not suported\" suggests that lsof is not in the PATH. lsof resides in /usr/sbin and can be found just fine:
jsilence@zeo ~ % which lsof
/usr/sbin/lsof
Any help would be appreciated.
-jsl
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.152.108.211"
subject="comment 7"
date="2013-01-05T17:48:52Z"
content="""
@jsilence, this problem does not involve lsof. There was a typo in the cabal file that prevented cabal building it with hfsevents. I'm releasing a new version to cabal with this typo fixed.
"""]]