History log of /haiku/build/scripts/upload_haiku_repository
Revision Date Author Comments
# 9f1425e2 01-Dec-2013 Matt Madia <mattmadia@gmail.com>

Use rsync instead of scp for uploading hakiu repository packages.


# 62ee6508 30-Nov-2013 Matt Madia <mattmadia@gmail.com>

Tweak scp command, to prevent uploading repositoryDir as a subdir of $version.

If for some reason (e.g., a forced rebuild), Buildbot rebuilds the same hrev,
it was possible for the scp command to place the repositoryDir as a subdir
in $arch/$version/, instead of as $arch/version. This should ensure that the
contents of repositoryDir are placed in $arch/$version/.


# c738ee78 29-Nov-2013 Matt Madia <mattmadia@gmail.com>

Added script for uploading the generated haiku repository.

The plan is for Buildbot to utilize this script and upload the packages
for each and every successfully built hrev. That portion is still in
progress.


# 9f1425e2f49a08243340c465c1eab9cb72cf5ba2 01-Dec-2013 Matt Madia <mattmadia@gmail.com>

Use rsync instead of scp for uploading hakiu repository packages.


# 62ee6508ddd34131547eba18142631404d7816fb 30-Nov-2013 Matt Madia <mattmadia@gmail.com>

Tweak scp command, to prevent uploading repositoryDir as a subdir of $version.

If for some reason (e.g., a forced rebuild), Buildbot rebuilds the same hrev,
it was possible for the scp command to place the repositoryDir as a subdir
in $arch/$version/, instead of as $arch/version. This should ensure that the
contents of repositoryDir are placed in $arch/$version/.


# c738ee78e97f3dff6d8b1b4a1cc0f617790563dd 29-Nov-2013 Matt Madia <mattmadia@gmail.com>

Added script for uploading the generated haiku repository.

The plan is for Buildbot to utilize this script and upload the packages
for each and every successfully built hrev. That portion is still in
progress.