Explorar o código

:see_no_evil: rename md5 fle

Jeremy Zheng %!s(int64=2) %!d(string=hai) anos
pai
achega
85ebd1a64d
Modificáronse 2 ficheiros con 3 adicións e 1 borrados
  1. 2 0
      rpc/.gitignore
  2. 1 1
      rpc/morus/build.sh

+ 2 - 0
rpc/.gitignore

@@ -0,0 +1,2 @@
+*.tar
+*.md5

+ 1 - 1
rpc/morus/build.sh

@@ -8,7 +8,7 @@ export CODE="mint-morus"
 buildah pull ubuntu:latest
 buildah pull ubuntu:latest
 buildah bud --layers -t $CODE .
 buildah bud --layers -t $CODE .
 podman save --format=oci-archive -o $CODE-$VERSION.tar $CODE
 podman save --format=oci-archive -o $CODE-$VERSION.tar $CODE
-md5sum $CODE-$VERSION.tar > md5.txt
+md5sum $CODE-$VERSION.tar > $CODE-$VERSION.md5
 
 
 echo "done($CODE-$VERSION.tar)."
 echo "done($CODE-$VERSION.tar)."