Skip to content

Commit

Permalink
commit 636927813 on 20210402
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Apr 2, 2021
1 parent 826ee10 commit 8826f4b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .conf/VERSIONID
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.199
0.0.200
19 changes: 14 additions & 5 deletions build.repo.bash
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,28 @@ if [ $# != 1 ]
then
printf "\\n%s\\n\\n%s\\n\\n" "The '${0##*/}' command has been tested with https://github.com/search and https://gitlab.com/explore successfully. Please share addresses to sourcecode at https://github.com/BuildAPKs in order to help develop this topic if you find repo candidates for inclusion." "EXAMPLE USAGE: '${0##*/} https://github.com/BuildAPKs/buildAPKs.entertainment'" && exit
fi
_CLONEBUILD_() {
cd "$RDR/sources/$SITENAME/$LOGINAME"
git clone --depth 1 "$@" --single-branch
cd "$REPONAME"
"$RDR/scripts/bash/build/build.in.dir.bash"
}
BASENAME="${@%/}" # strip trailing slash
BASENAME="${BASENAME#*//}" # strip before double slash
REPONAME="${BASENAME##*/}" # strip before last slash
LOGINAME="${BASENAME%/*}" # strip after last slash
LOGINAME="${LOGINAME##*/}" # strip before last slash
BASENAME="${BASENAME#*//}" # strip before double slash
SITENAME="${BASENAME%%/*}" # strip after first slash
printf "%s\\n" "Processing $@ in directory ~/${RDR##*/}/sources/$SITENAME/$LOGINAME/$REPONAME:"
if [ -d "$RDR/sources/$SITENAME/$LOGINAME" ]
if [ -d "$RDR/sources/$SITENAME/$LOGINAME/$REPONAME" ]
then
cd "$RDR/sources/$SITENAME/$LOGINAME"
cd "$RDR/sources/$SITENAME/$LOGINAME/$REPONAME"
"$RDR/scripts/bash/build/build.in.dir.bash"
elif [ -d "$RDR/sources/$SITENAME/$LOGINAME" ]
then
_CLONEBUILD_
else
mkdir -p "$RDR/sources/$SITENAME/$LOGINAME"
cd "$RDR/sources/$SITENAME/$LOGINAME"
_CLONEBUILD_
fi
(git clone --depth 1 "$@" --single-branch && cd "$REPONAME" && "$RDR/scripts/bash/build/build.in.dir.bash") || (cd "$REPONAME" && "$RDR/scripts/bash/build/build.in.dir.bash")
# build.repo.bash OEF
4 changes: 2 additions & 2 deletions sha512.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ edc449000a5fdd51e57514ccde45c6d5ff29f2bceaa9c3b2abe0119ef72a6a0edf80ec8968080ccd
434ce5781b02bdef064b9c61fa387c247a5c2205f5d4f0bad8425e0bb8864e6d79443ed350a603928324b079e8287fe7970633d246e4083334be1afe38699e08 ./build.github.sequential.bash
09af993044bbd775ef17dd2dd04277564d775c51317e5d709cd91661a2ccc89ff77d5ed915630f1aba16ad3b4243e4687b03cef8388f4d79e859f165ed635b0e ./build.github.tarballs.bash
2ad9f671add2ec0901f3ac05d3950fda1f1c25986aef8f4ad21ef0a368ca019b226110bdfba84ffd520741145c2be0131f09670005cfa6c765e5ce59363a2a19 ./build.github.topics.bash
d5ec2ea5269cf15d1fddc0e3565eb5509924fcded48a9e639b6535e6934de17afc8b382fcad24e7accb8014faf64de07bb647c0befa6f1b3301e7faca036b7ee ./build.repo.bash
9c625e7046c0ebae07f36088e56f2728da10c98e6dcdafc8b47ff3e15b2678e5687c1d92becc674b57e8e1f71757d873857f3458f52dd5228c0ada4cd936530d ./.conf/VERSIONID
30c2c2cc1052cbe14fd40f9d1fda922eb9e634f3bf41288c9ee5ae22ab0b4f58d617ff0f689ffc2bcef57fc2e25ed3d597c05200cc3f0763fd7594078caacbf9 ./build.repo.bash
b9c8d70c0ae770ab4ca318c386a8cdaaeca80e7838125c30a3087a4b119243849dcb3c802ae5b2bd80bc3d24e89e2924081eca03e55d0e49c84299a45f038d3b ./.conf/VERSIONID
721de76fac626308cd3da4a828a15ab45f09ed3d5c202f19dc58ca6e1ec538477e0d65d87a4545a44c50a57613d54c6ef651177a32a1034e93c4fce1e322949a ./download.github.bash
05a502a845e35bc0495a3a3006ae914785c48679dddd362bd98bd33c306ed2aa8fac57344b1b65955d41755c3967f3e991770764f6c2f14c6a52f3e52e00ef1c ./.github/FUNDING.yml
ec770c00aa2c6225a2e27e8f08bd3d1eb8882f2cde94c820ab48db0b0fb0175913cd43a851904ff015c95f1fa31bb787383608cf19eb9d34f572b5fa8f9250ab ./.github/workflows/greetings.yml
Expand Down

1 comment on commit 8826f4b

@SDRausty
Copy link
Contributor Author

@SDRausty SDRausty commented on 8826f4b Apr 2, 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.