Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
bafe34a360
6 changed files with 44 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -162,10 +162,11 @@ osxapp: Build/Standalone Build/OSXMkLibs
|
|||
|
||||
./Build/OSXMkLibs $(OSXAPP_BASE)
|
||||
rm -f tmp/git-annex.dmg
|
||||
hdiutil create -size 640m -format UDRW -srcfolder tmp/build-dmg \
|
||||
hdiutil create -format UDBZ -srcfolder tmp/build-dmg \
|
||||
-volname git-annex -o tmp/git-annex.dmg
|
||||
# temporarily still create compressed image too
|
||||
rm -f tmp/git-annex.dmg.bz2
|
||||
bzip2 --fast tmp/git-annex.dmg
|
||||
bzip2 --fast < tmp/git-annex.dmg > tmp/git-annex.dmg.bz2
|
||||
|
||||
ANDROID_FLAGS?=-f-XMPP
|
||||
# Cross compile for Android.
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawmZgZuUhZlHpd_AbbcixY0QQiutb2I7GWY"
|
||||
nickname="Jimmy"
|
||||
subject="For those on Mac OS X"
|
||||
date="2013-11-18T00:00:32Z"
|
||||
content="""
|
||||
The duplicates script fails because the BSD/MacOS version of uniq doesn't support the -D option.
|
||||
|
||||
You can work around this by installing the GNU version using Homebrew ('brew install coreutils') and then replacing the 'uniq' in the script with 'guniq' (Homebrew prefixes the coreutils with \"g\" by default).
|
||||
|
||||
I seem to still be running in to this bug using git annex version 4.20131106 and 'git annex copy --to glacier' without the '--not --in glacier' flags. It's not a problem to use the extra flags but I wasn't originally aware of this issue and the duplicates don't seem to always occur. I'll do some more testing and see whether I can reliably predict what will create duplicates and what won't.
|
||||
"""]]
|
|
@ -64,3 +64,5 @@ index 5a0cebb..b6ac549 100644
|
|||
--
|
||||
1.8.4.3
|
||||
</pre>
|
||||
|
||||
> Ah, that never seemed optimal. [[done]] --[[Joey]]
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
[[!comment format=mdwn
|
||||
username="David"
|
||||
ip="178.21.48.117"
|
||||
subject="comment 12"
|
||||
date="2013-11-18T11:25:06Z"
|
||||
content="""
|
||||
Hello,
|
||||
|
||||
Thanks for your help and explanation. Now I had some time to test git-annex and I had a sad experience. I tried to sync the files from server1 to server2 (as described before). We are talking about 87000 small files (these are maildir folders and each file is an e-mail) with the total size of 19 Gbytes. After a few hours git-annex assistant consumed all memory on both servers ... and then all swap ... and then kernel killed git-annex. The servers have 512 MB RAM and 1 GB swap.
|
||||
|
||||
According to the Scalability page (http://git-annex.branchable.com/scalability/) the \"memory usage should be constant\" and I am sure I didn't run \"git-annex unused\".
|
||||
|
||||
Is this memory consumption normal or it might be a bug? What shall we do?
|
||||
|
||||
Thanks,
|
||||
|
||||
David
|
||||
"""]]
|
|
@ -28,7 +28,7 @@ the app for OSX Lion.
|
|||
|
||||
[[Joey]] autobuilds the app for Mavericks.
|
||||
|
||||
* [autobuild of git-annex.dmg.bz2](https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mavericks/git-annex.dmg.bz2) ([build logs](https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mavericks/))
|
||||
* [autobuild of git-annex.dmg](https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mavericks/git-annex.dmg) ([build logs](https://downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mavericks/))
|
||||
|
||||
## using Brew
|
||||
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawmZgZuUhZlHpd_AbbcixY0QQiutb2I7GWY"
|
||||
nickname="Jimmy"
|
||||
subject="I know this thread is old but..."
|
||||
date="2013-11-18T00:27:50Z"
|
||||
content="""
|
||||
It's working well for me, though I seem to sometimes still hit the duplicate bug listed above.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue