Skip to content

Commit

Permalink
annex - update repo names
Browse files Browse the repository at this point in the history
  • Loading branch information
nakkaya committed Oct 25, 2015
1 parent 368f091 commit ed1f5e0
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -60,7 +60,7 @@ Repository structure,
git_gc = git repack -ad; git gc

lib =
enableCloud() {
initAnnex() {
git config remote.origin.annex-ignore true
git annex init "`hostname`"
git annex untrust here
Expand All @@ -76,7 +76,7 @@ Repository structure,
[annex/documents]
checkout = git clone 'ssh://git.nakkaya.com/nakkaya/annex-documents.git' 'documents'
cd documents/
enableCloud
initAnnex
git annex enableremote cloud
skip = lazy
missing = checkMissingFiles cloud
Expand All @@ -89,8 +89,8 @@ Repository structure,
[annex/notes]
checkout = git clone 'ssh://git.nakkaya.com/nakkaya/annex-notes.git' 'notes'
cd notes/
enableCloud
git annex enableremote cloud-s3-ia
initAnnex
git annex enableremote base-transfer

missing = checkMissingFiles cloud
ffsck = fastFsChck here
Expand Down

0 comments on commit ed1f5e0

Please sign in to comment.