Platform Team/Guide/Sweets Packaging: Difference between revisions
| 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)<br>''dist'' will create | * ''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(e.g. you can create such tarball by ''make distcheck'' command for autotools based projects), 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'' | ** any arch archive, if ''build-command'' field was omitted in ''service.info'' | ||
** source archive, if ''service.info'' has ''build-command'' field | ** source archive, if ''service.info'' has ''build-command'' field | ||