diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-05-26 23:08:59 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-05-26 23:09:59 (EDT) |
commit | 821582b63a16d541f385a237f78ad5f1b8f0e72e (patch) | |
tree | b5698cf7d9c1e30220d826bdc8f10e7f8ea096ea | |
parent | 87a97883eb0f38864be031caad4a3201f1a2d302 (diff) |
mv archplats/ lists/
-rw-r--r-- | lists/dev/trunk/arch (renamed from archplats/dev/trunk/arch) | 0 | ||||
-rw-r--r-- | lists/dev/trunk/plat (renamed from archplats/dev/trunk/plat) | 0 | ||||
-rwxr-xr-x | scripts/upload | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/archplats/dev/trunk/arch b/lists/dev/trunk/arch index fecd1c8..fecd1c8 100644 --- a/archplats/dev/trunk/arch +++ b/lists/dev/trunk/arch diff --git a/archplats/dev/trunk/plat b/lists/dev/trunk/plat index fbb1007..fbb1007 100644 --- a/archplats/dev/trunk/plat +++ b/lists/dev/trunk/plat diff --git a/scripts/upload b/scripts/upload index 413a74f..b0795b4 100755 --- a/scripts/upload +++ b/scripts/upload @@ -1,4 +1,4 @@ #!/bin/sh -rsync -az --progress archplats/ \ +rsync -az --progress lists/ \ files@files.proteanos.com:files/pub/proteanos-archplats/ |