diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-05-27T11·58+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-05-27T11·58+0000 |
commit | 5e01b220b363524e02ec07da3943e02042218167 (patch) | |
tree | a5aae854971fbdd9fb305bed300eadab25bb2837 /scripts | |
parent | 4d21cda0cd44db75f6b9f5942440a07303c06b4a (diff) |
* Fix the rsync destination.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/nix-push-prebuilts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-push-prebuilts b/scripts/nix-push-prebuilts index 95289787995b..c0e3b45c5825 100755 --- a/scripts/nix-push-prebuilts +++ b/scripts/nix-push-prebuilts @@ -34,7 +34,7 @@ close PKGS; # Push the prebuilts to the server. !!! FIXME -system "rsync -av -e ssh '$exportdir'/ losser:/home/eelco/public_html/nix-prebuilts/"; +system "rsync -av -e ssh '$exportdir'/ eelco\@losser.st-lab.cs.uu.nl:/home/eelco/public_html/nix-prebuilts/"; # Rerun `nix-pull-prebuilts' to rescan the prebuilt source locations. |