[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Debconf-discuss] slides an git annex



On Mon, Aug 24, 2015 at 04:32:31PM +0200, martin f krafft wrote:
> also sprach Antonio Terceiro <terceiro@debian.org> [2015-08-24 16:19 +0200]:
> > git annex add $file_or_directory
> > git commit
> > git annex copy --auto --to incoming
> > git annex sync
> 
> Does
>   git annex copy --to origin filename
> 
> work for you?

it did, and now the files are published. Thanks!

Is the diff below what we want to change in the README (which I assume is
targetted at git-annex newbies like myself)?

diff --git a/README b/README
index fd31e09..4bb6ac3 100644
--- a/README
+++ b/README
@@ -49,13 +49,9 @@ You can copy in your files, and publish them as follows:
 
 git annex add $file_or_directory
 git commit
-git annex copy --auto --to incoming
+git annex copy --to origin $file_or_directory
 git annex sync
 
-Note: If using git-annex from stable, the --auto in the above line won't
-work and nothing will be transferred. Instead, use:
-git annex copy --to incoming --not --in website
-
 This transfer goes via the collab-maint group on alioth, which everyone has
 access to. After your files are transferred there, they are automatically
 moved on to annex.debconf.org.

-- 
Antonio Terceiro <terceiro@debian.org>

Attachment: signature.asc
Description: Digital signature


Reply to: