Changes

Line 41: Line 41:  
* ''init'', get feed file from the server and place it to dist/
 
* ''init'', get feed file from the server and place it to dist/
 
* ''fetch'', rsync entirely dist/ from the server
 
* ''fetch'', rsync entirely dist/ from the server
* ''dist'', create source or any arch tarball in ''dist/'' directory and tweak ''dist/feed.xml'' correspondingly<br>If there is second option-less argument, it will be treated as a path of tarball to release, otherwise ''0sugar-publish'' will tar all project files(and try to avoid temporary files as much as possible)
+
* ''dist'', create source or any arch tarball in ''dist/'' directory and tweak ''dist/feed.xml'' correspondingly<br>If there is second option-less argument, it will be treated as a path of tarball to release, otherwise ''0sugar-publish'' will tar all project files(and try to avoid temporary files as much as possible)<br>''dist'' will create
 +
** any arch archive, if ''build-command'' field was omitted in ''service.info''
 +
** source archive, if ''service.info'' has ''build-command'' field
 
* ''dist-bin'', create binary tarball for current arch in ''dist/'' directory and tweak ''dist/feed.xml'' correspondingly
 
* ''dist-bin'', create binary tarball for current arch in ''dist/'' directory and tweak ''dist/feed.xml'' correspondingly
 
* ''push'', rsync dist/ to the server
 
* ''push'', rsync dist/ to the server