Merge branch 'master' into relativepaths

This commit is contained in:
Joey Hess 2015-01-08 19:40:01 -04:00
commit 3fec30928f
10 changed files with 54 additions and 2 deletions

View file

@ -12,8 +12,8 @@ module Assistant.Install.AutoStart where
import Utility.FreeDesktop
#ifdef darwin_HOST_OS
import Utility.OSX
import Utility.Path
import System.Directory
import System.FilePath
#endif
installAutoStart :: FilePath -> FilePath -> IO ()

View file

@ -32,7 +32,7 @@ signingKey = "89C809CB"
autobuilds :: [(URLString, FilePath)]
autobuilds =
(map linuxarch ["i386", "amd64", "armel"]) ++
(map androidversion ["4.0", "4.3"]) ++
(map androidversion ["4.0", "4.3", "5.0"]) ++
[ (autobuild "x86_64-apple-yosemite/git-annex.dmg", "git-annex/OSX/current/10.10_Yosemite/git-annex.dmg")
, (autobuild "windows/git-annex-installer.exe", "git-annex/windows/current/git-annex-installer.exe")
]

View file

@ -16,3 +16,5 @@ Currently nightly on Android 5.0 (Nexus 5)
# End of transcript or log.
"""]]
> [[fixed|done]] --[[Joey]]

View file

@ -0,0 +1,7 @@
[[!comment format=mdwn
username="etset"
subject="Seems to be fixed"
date="2015-01-07T22:14:57Z"
content="""
I didn't have an opportunity to do a sync with it yet, but the main problem seems to be gone with this last build: it now successfully opens and shows the assistant web interface. Thanks a lot! :D
"""]]

View file

@ -0,0 +1,9 @@
Worked more on the `relativepaths` branch last night, and I am actually
fairly happy with it now, and plan to merge it after I've run it for a bit
longer myself.
It seems that I did manage to get a git-annex executable that is built PIE
so it will work on Android 5.0. But all the C programs like busybox
included in the Android app also have to be built that way. Arranging for
everything to get built twice and with the right options took up most of
today.

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="http://digiuser.livejournal.com/"
subject="Is there a way to make this upload all files that have not been uploaded yet?"
date="2015-01-08T02:37:51Z"
content="""
Let's say I want my S3 repo to have all files in it that are in my current repo. Is there a variation of this while loop that will keep uploading until it's done?
I recognize I could use annex assistant but let's say I just want to do it this way.
"""]]

View file

@ -0,0 +1,7 @@
[[!comment format=mdwn
username="http://joeyh.name/"
subject="comment 3"
date="2015-01-08T18:13:47Z"
content="""
That's what the while loop above does; runs the git-annex command, and retries it until it succeeds.
"""]]

View file

@ -10,6 +10,7 @@ of the app. Go to Setup -> Security, and enable "Unknown Sources".
Then download the git-annex.apk for your version of Android, and
open it to install.
* [Android 5.0 git-annex.apk](http://downloads.kitenet.net/git-annex/android/current/5.0/git-annex.apk)
* [Android 4.4 and 4.3 git-annex.apk](http://downloads.kitenet.net/git-annex/android/current/4.3/git-annex.apk)
* [Android 4.0 to 4.2 git-annex.apk](http://downloads.kitenet.net/git-annex/android/current/4.0/git-annex.apk)

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawn97aJ3CN48pBix54RDHRhqtBzeklNEbSA"
nickname="Manuel"
subject="advantage of owncloudannex over webdav remote?"
date="2015-01-08T18:00:48Z"
content="""
It seems that owncloud can also be accessed using the webdav remote. Does owncloudannex offer any features which aren't implemented in the webdav remote?
"""]]

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkPIqJZ88VZEVqLhLOd1LMdYXcy6bAW9qE"
nickname="Lemao"
subject="comment 10"
date="2015-01-07T23:53:32Z"
content="""
My bad. I didn't realize git annex creates a new branch. After I pushed it, the clone was able to enableremote and I was able to get the file.
"""]]