pg83 commited on
Commit
388f7b0
·
1 Parent(s): 46b4489

regular update

Browse files
cas/01/01f5806da7d1d34f594b7b2a6ae1ab23215344cf1064e8edcd3a90fef9776a11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01f5806da7d1d34f594b7b2a6ae1ab23215344cf1064e8edcd3a90fef9776a11
3
+ size 1482152
cas/32/324759a1bcd1a80b32a7eae1516ee761ec3e566d08284a24c4c7ca59079aabfa ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:324759a1bcd1a80b32a7eae1516ee761ec3e566d08284a24c4c7ca59079aabfa
3
+ size 12923046
cas/4c/4c7a31abfc37a021a5120e9bc7d9de8116c10ce1470e09f4306c6e5a1a6fb555 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c7a31abfc37a021a5120e9bc7d9de8116c10ce1470e09f4306c6e5a1a6fb555
3
+ size 587375
cas/4d/4d005e7c3f32b5574d51ab105597f3da3a4be2f7b5cd1bcb284143ad38253ed4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d005e7c3f32b5574d51ab105597f3da3a4be2f7b5cd1bcb284143ad38253ed4
3
+ size 855421
cas/c4/c4cd0889d8aff8248fc3913de5a83907013962f0e1895030a3836468cd40af5b ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4cd0889d8aff8248fc3913de5a83907013962f0e1895030a3836468cd40af5b
3
+ size 1259835
cas/c9/c945684cfa718e24d98e880a384d5263d3ce8338501639c388451c85b8deebab ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c945684cfa718e24d98e880a384d5263d3ce8338501639c388451c85b8deebab
3
+ size 4899657
cas/ce/ce2fb5b89aeb6db8401d7efe1bfe8393b7a81ca551273e8c6dd46ed37c02a040 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce2fb5b89aeb6db8401d7efe1bfe8393b7a81ca551273e8c6dd46ed37c02a040
3
+ size 4777808
cas/db/dbe04448febef15b144e86551db633146864f4afb272f96c4d586e0bc8284ffb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbe04448febef15b144e86551db633146864f4afb272f96c4d586e0bc8284ffb
3
+ size 1425381
update.sh CHANGED
@@ -6,6 +6,6 @@ minio-client ls minio/cas | grep STA | awk '{print $6}' | sort | grep -v '^$' >
6
  find cas/ -type f | sed -e 's|.*/||' | grep -v gitattributes | sort > 2
7
  diff 2 1 | grep '^+' | grep -v ' ' | tr -d '+' | while read l; do
8
  minio-client get minio/cas/${l} _
9
- mv _ cas/$(echo ${l} | cut -c1-3)/${l}
10
  done
11
  rm 1 2
 
6
  find cas/ -type f | sed -e 's|.*/||' | grep -v gitattributes | sort > 2
7
  diff 2 1 | grep '^+' | grep -v ' ' | tr -d '+' | while read l; do
8
  minio-client get minio/cas/${l} _
9
+ mv _ cas/$(echo ${l} | cut -c1-2)/${l}
10
  done
11
  rm 1 2