summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-09 19:21:56 -0300
committerGravatar Joey Hess <joey@kitenet.net>2014-05-09 19:21:56 -0300
commita56c3fa7ef5bbe49250c82975f4ab544560cf5f5 (patch)
tree733390debaa314b8c8263140205160f6707e4a27
parent9a90b7b4353b0087b42ecdce4ea36a52708473ff (diff)
bugs
-rw-r--r--doc/bugs/android_autobuild_broken.mdwn2
-rw-r--r--doc/bugs/standalone_tarball_symlink_to_PATH_broken.mdwn7
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/android_autobuild_broken.mdwn b/doc/bugs/android_autobuild_broken.mdwn
new file mode 100644
index 000000000..325ce91d4
--- /dev/null
+++ b/doc/bugs/android_autobuild_broken.mdwn
@@ -0,0 +1,2 @@
+The android build is broken. Annoying evilsplicer failure in the new
+bootstrap3 code. --[[Joey]]
diff --git a/doc/bugs/standalone_tarball_symlink_to_PATH_broken.mdwn b/doc/bugs/standalone_tarball_symlink_to_PATH_broken.mdwn
new file mode 100644
index 000000000..4d7f05ed0
--- /dev/null
+++ b/doc/bugs/standalone_tarball_symlink_to_PATH_broken.mdwn
@@ -0,0 +1,7 @@
+Using the standalone build, on Linux, ln -s git-annex.linux/git-annex
+/usr/local/bin doesn't work, it looks at $0 and sees /usr/local/bin and
+does not find git-annex there.
+
+I think that there is documentation or at least past advice of symlinking
+this way to install it into PATH. So need to do something about this.
+Perhaps have an installation script? --[[Joey]]