Skip to content

Commit

Permalink
commit 641117623 on 20211024
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Oct 24, 2021
1 parent c341181 commit d845f62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .conf/VERSIONID
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.487
1.0.488
2 changes: 1 addition & 1 deletion buildAPKs/prep.bash
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ _AFR_ () { # finds and removes superfluous directories and files
done
for NAME in "${FLIST[@]}"
do
[ -n "${JDR:-}" ] && (find "$WDIR" -type f -name "$NAME" -delete 2>/dev/null && ([ -f "$JDR/sha512.sum" ] && grep "$NAME" "$JDR/sha512.sum" 1>/dev/null && sed -i "/$NAME/d" "$JDR/sha512.sum" ))
find "$WDIR" -type f -name "$NAME" -delete && ([ -f "$WDIR/sha512.sum" ] && grep "$NAME" "$WDIR/sha512.sum" 1>/dev/null && sed -i "/$NAME/d" "$WDIR/sha512.sum" )
done
[ -n "${JDR:-}" ] && [ ! -f "$RDR/var/tmp/$JID.sha512.0" ] && [ -f "$JDR/sha512.sum" ] && { CWDIRPWD="$PWD" && cd "$JDR" && printf "\\e[1;2m%s" "Running 'sha512sum --quiet -c sha512.sum' in directory '$PWD': $(sha512sum --quiet -c sha512.sum)" && cd "$CWDIRPWD" && touch "$RDR/var/tmp/$JID.sha512.0" && printf "\\e[1;32mDONE\\e[0m\\n" ; }
_DLGDIRS_ || _SIGNAL_ "84" "_DLGDIRS_ _IAR_"
Expand Down
4 changes: 2 additions & 2 deletions sha512.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
08949fad5b8eb30d55a81aa2931c039d759a0d1f482e0daf4f0b9162827f5c16b97cfdb8e1fa7cef7f58ce74950a41a80238cf239523dbd60d1b3c51603b9d6a ./.conf/VERSIONID
9ea790a070e35e1e2a050d6af8993bea4603f19e75782d73eb13dfbd6a5ba0327078e3af81ccf8491ad93f25a95555c7c31e14a1f378b9e10b3d0f151634387f ./.conf/VERSIONID
05a502a845e35bc0495a3a3006ae914785c48679dddd362bd98bd33c306ed2aa8fac57344b1b65955d41755c3967f3e991770764f6c2f14c6a52f3e52e00ef1c ./.github/FUNDING.yml
503fbdd756ac28eba94e27e9b584c2a4532b78df5eb2fe66b747a67350a56ee579e08680ae637d80de9fa264bf5e099bb4e48a82bf2f0e32358eedfe018fdb15 ./.github/workflows/greetings.yml
5e20f4451f28b2ad8cd03e174bafa7c5d2d08cb3d9c6364a1f36b47fa1a2ae7e222970337f1481f149b6f87894f59e113bc49924776d558f0eb0773f6eebcd56 ./.github/workflows/label.yml
Expand All @@ -17,7 +17,7 @@ fb3ac64b4ae8ca6b48315af9ea4ddf126da9d531a6e0e16d05144f013aea7366b5e6a0acf7177a82
602928d426882dca78b70ced1e29324209a26de115aca0d9bfa9dc9eb656ccd01392aba6f5866e7b610e83b2f52b30303b15d9cb9399bd977caa24056f4cf392 ./buildAPKs/fandm.bash
2ba7c334ecba6511ed983875ddce202e9614349bc719ea25c081cec4d146b50ab1e620cdf02533a14f016a1effc7f37113df103a29e414dd1ab90beee9543f1f ./buildAPKs/init/build.buildAPKs.modules.bash
af76bac3cf3b817af3257c93e6cb02b62c11d3d98b09f7a29869ec75a14f4edad8a92021fe59be46ded80d6aaf2d7c1e1e348f092dae1360c1e6c3ca17a30970 ./buildAPKs/init/mod.bash
fb8af16e6682896964687e1669a19bb30ae6ee1f150aa108877dfd1a150b51932d81063f617164b9bc5433e180153c834cb00b4eab6e182be7688234578241ad ./buildAPKs/prep.bash
e1153e4988a50af026f72d4e6f61a5131aa01bbb2ab196c27a4f1d50d50c281dc0f44403a67932aba373ff7b38a700f88c489e3250bb3693c419d4328921d664 ./buildAPKs/prep.bash
820822fcca3909ae528b770f80b0015278d92cbad002599726338a67b65c52cb4a9a09e7e173929b0a0fc727209f5a7af09eecaf5fdeecfaa22fd6f423e88550 ./buildAPKs/prep.heavy.bash
f36fde1c083c62d68ef40030d6bf4e503f9cfaa13754a426b54d5b6319300f93fb29fb2c5bb945b3879245754196c0bcaaaa1b67323d7467ad1dd445ab80d7b9 ./buildAPKs/prep.lite.bash
e3f0f285488d2c15f98d68f9ba478a39da5ccf39798e60b4c687d99fceeeda6e26a3acc7ba921ed5d84e72a7ae25a3b7c888349aa2080c1fb3d2b6444a22e612 ./buildAPKs/tots.bash
Expand Down

1 comment on commit d845f62

@SDRausty
Copy link
Collaborator Author

@SDRausty SDRausty commented on d845f62 Oct 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.