diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-16 02:03:58 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-16 02:03:58 (EST) |
commit | c979788e0d19d1a68e5ede9ff88635c1728f1532 (patch) | |
tree | c4f08c49230b95284219ebd76ab38c4ba12fb158 | |
parent | 6b57a207cdb117f66d372e5935c1a9e35a07179c (diff) |
lists: Rename to feeds
-rw-r--r-- | feeds/dev/trunk/arch (renamed from lists/dev/trunk/arch) | 0 | ||||
-rw-r--r-- | feeds/dev/trunk/plat (renamed from lists/dev/trunk/plat) | 0 | ||||
-rwxr-xr-x | scripts/upload | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/lists/dev/trunk/arch b/feeds/dev/trunk/arch index fecd1c8..fecd1c8 100644 --- a/lists/dev/trunk/arch +++ b/feeds/dev/trunk/arch diff --git a/lists/dev/trunk/plat b/feeds/dev/trunk/plat index fbb1007..fbb1007 100644 --- a/lists/dev/trunk/plat +++ b/feeds/dev/trunk/plat diff --git a/scripts/upload b/scripts/upload index fdf4eef..4bfb683 100755 --- a/scripts/upload +++ b/scripts/upload @@ -1,4 +1,4 @@ #!/bin/sh -rsync -az --progress lists/ \ +rsync -az --progress feeds/ \ files@files.proteanos.com:files/pub/proteanos-archplat-lists/ |