Skip to content

Commit

Permalink
commit 282558703 on 20210703
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Jul 3, 2021
1 parent c263cd0 commit 99bf459
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .conf/VERSIONID
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.409
1.0.410
7 changes: 3 additions & 4 deletions buildAPKs/init/build.buildAPKs.modules.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ RDR="$HOME/buildAPKs"
_2GSU_() {
if [[ "$SBMI" = "" ]]
then
printf "To update the modules in ~/%s to the newest version remove these .git files:\\n\\n~/%s/scripts/bash/shlibs/.git\\n" "${RDR##*/}" "${RDR##*/}"
printf "To update the modules in '~/%s' to the newest version please run '~/%s/update.buildAPKs.sh' to remove these '.git' files:\\n\\n~/%s/scripts/bash/shlibs/.git\\n" "${RDR##*/}" "${RDR##*/}" "${RDR##*/}"
for GLOC in "${!GBMS[@]}"
do
printf "%s\\n" "~/${RDR##*/}/$GLOC/.git"
done
printf "\\nUse find to update the modules in ~/buildAPKs/ to the newest version:\\n\\n"
printf " find ~/buildAPKs/ -type f -name .git -delete"
printf "\\n\\nThen run %s again, and %s shall attempt to update them all.\\n" "${0##*/}" "${0##*/}"
printf "\\nTo update the modules in '~/%s' to the newest version please run '~/%s/update.buildAPKs.sh' to remove these '.git' files:\\n\\n~/%s/scripts/bash/shlibs/.git\\n" "${RDR##*/}" "${RDR##*/}" "${RDR##*/}"
printf "\\nThen run '%s' again, and '%s' shall attempt to update them all.\\n" "${0##*/}" "${0##*/}"
else
_GSMU_
fi
Expand Down
4 changes: 2 additions & 2 deletions sha512.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
97141323e31e6d29c2a30040f7f609415b1aa734c71db52aa5202894eebe471bd6894633179819280002c4773c0401c8fe0a5c5fd9ec91018939b2b28e6bda45 ./.conf/VERSIONID
776cfe76a4fc049845823b13e086dd2dbed6dc89eed032b27313a69fa751004a3ebcd453b653803ee85cbde6b01eac3d3e15a50f04c54e680b2732074e948ee9 ./.conf/VERSIONID
05a502a845e35bc0495a3a3006ae914785c48679dddd362bd98bd33c306ed2aa8fac57344b1b65955d41755c3967f3e991770764f6c2f14c6a52f3e52e00ef1c ./.github/FUNDING.yml
503fbdd756ac28eba94e27e9b584c2a4532b78df5eb2fe66b747a67350a56ee579e08680ae637d80de9fa264bf5e099bb4e48a82bf2f0e32358eedfe018fdb15 ./.github/workflows/greetings.yml
5e20f4451f28b2ad8cd03e174bafa7c5d2d08cb3d9c6364a1f36b47fa1a2ae7e222970337f1481f149b6f87894f59e113bc49924776d558f0eb0773f6eebcd56 ./.github/workflows/label.yml
Expand All @@ -14,7 +14,7 @@ d10d83eeb1a5bd55989b627713b4278b14327f742b2921a99b4cdf3b468ca3e907327a9af110c478
e0f64512af86e810f80ff43590c4909e4c7f1436feb179f61a71e4b1f9259602c67a0b847b86c839114c28b9c6d24230c1a5bc35a92dd2cb887af9b979008f5f ./buildAPKs/doso.bash
9c1a9dd5227669ef43350058df23e7b9e45b16733d1622c2cf22a3726b5326b400e37a78fd6c2baad8219dd0251353fbce01c51e8c416da633e250ab839b2fa4 ./buildAPKs/extstdo.bash
9117f594d155247fe382cd55573738745d5e50cdda329dd0c7f9d1bb30d6c35bfd17c7edc9c7f500c90acc90c4155e2cd8a1d1714896be943cd03031b7bf4b31 ./buildAPKs/fandm.bash
6f20788780614fba70989d2db49d6a1d235d6d5b43240c143dbb07e518ec4b5f0200312e3a2151e030dd8cc0fa6001b2c55fd22853b2e79d431fd8fb251ea25d ./buildAPKs/init/build.buildAPKs.modules.bash
408175039181f8d61587eda65c0b55117a57cc9e63c0bc229ddee71de63ba4b46e60445e43552a1555f1d6d6034ddcb995dfed26dd7cc8fb9628b48be3b2a06b ./buildAPKs/init/build.buildAPKs.modules.bash
8d965ff9ff67ff2646cc6224afc548adbc6c1489cc5dd4c7ff2eb5a9b5b9753273a16167d377eabefb9ffbcdbc0dc277be3fe9e7084f7856875ecaa0ef863053 ./buildAPKs/init/mod.bash
82a6f17e07b7e7d49cadae53bb8dc2464c14e0a98096d967e87ca0d417ab793bbea108aa4e965233eb9b94387a84b2f8315eb1d611f4189e56d832a78a1b9efb ./buildAPKs/prep.bash
820822fcca3909ae528b770f80b0015278d92cbad002599726338a67b65c52cb4a9a09e7e173929b0a0fc727209f5a7af09eecaf5fdeecfaa22fd6f423e88550 ./buildAPKs/prep.heavy.bash
Expand Down

1 comment on commit 99bf459

@SDRausty
Copy link
Collaborator Author

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.