version 1.7, 2014/07/09 12:35:41
|
version 1.8, 2014/07/09 12:44:32
|
Line 671 on a FreeBSD server with a bootstrapped
|
Line 671 on a FreeBSD server with a bootstrapped
|
|
|
use this `zsh` function to : |
use this `zsh` function to : |
|
|
[[!format bash """ |
[[!format sh """ |
add () { |
add () { |
# upload the package to remote server |
# upload the package to remote server |
scp $1 yrmt@saveosx.org:/usr/local/www/saveosx/packages/Darwin/2013Q4/x86_64/All/ 2> /dev/null |
scp $1 yrmt@saveosx.org:/usr/local/www/saveosx/packages/Darwin/2013Q4/x86_64/All/ 2> /dev/null |
Line 723 add () {
|
Line 723 add () {
|
And this shell alias to upload all my built packages, but I still |
And this shell alias to upload all my built packages, but I still |
need to run `add()` mentionned above to update the pkg_summary |
need to run `add()` mentionned above to update the pkg_summary |
|
|
[[!format bash """ |
[[!format sh """ |
up='rsync -avhz --progress /pkgsrc/packages/ root@saveosx.org:/usr/local/www/saveosx/packages/Darwin/2013Q4/x86_64/' |
up='rsync -avhz --progress /pkgsrc/packages/ root@saveosx.org:/usr/local/www/saveosx/packages/Darwin/2013Q4/x86_64/' |
"""]] |
"""]] |
|
|