Changes

Jump to navigation Jump to search
745 bytes added ,  20:21, 2 August 2007
Adding quick guide to uploading contribs
Line 44: Line 44:  
{{Incomplete}}
 
{{Incomplete}}
 
The review process has not been outlined.
 
The review process has not been outlined.
 +
 +
==Uploading contrib(s) to contribs.org==
 +
 +
If you have created a contrib and wish to share with everyone then you can upload to your contribs.org/contribs. To do so you can use scp, sftp or rsync to upload to your contrib directory.
 +
 +
Make sure you have a working copy of your contrib directory, for example to use rsync we will grab a copy by typing...
 +
 +
rsync -avP username@contribs.org:~username/ /tmp/test/
 +
 +
Now make your /tmp/test directory looks like what you wish to see on your contribs.org directory, if you wish to remove a contrib from your directory you can do so by typing the following...
 +
 +
rsync -avP --delete /tmp/test/ username@contribs.org:~username/
 +
 +
And that's it now wait for mirrors to sync and have a beer.
    
<noinclude>[[Category:Howto]]</noinclude>
 
<noinclude>[[Category:Howto]]</noinclude>

Navigation menu