[TYPO3-dev] Re: Announcing ext version 1.0.0

Elmar t3elmar at googlemail.com
Wed Mar 20 17:32:39 CET 2013


Hello Thomas,

> Is the directory ".git" excluded from the upload or how do I do this?
> 

I can't finally answer this currently, as the upload is done by the backend: 

  https://github.com/etobi/Typo3ExtensionUtils

Maybe you like to take a glance into the code and provide a patch if necessary.

A quick workaround that I used myself recently, 
is to move .git* out of the extension directory temporarly.

cd myextension/
mv .git* ..
ext upload
mv ../.git* .

But sure there is the moment you forget to do this. 

I just uploaded ext as a new extension to TER.
I delibratly included .git to have a configuration for
updates with git included. I don't know if that really works.

Regards

Elmar




More information about the TYPO3-dev mailing list