Skip to content

Commit 8826f4b

Browse files
committed
commit 636927813 on 20210402
1 parent 826ee10 commit 8826f4b

3 files changed

Lines changed: 17 additions & 8 deletions

File tree

.conf/VERSIONID

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.199
1+
0.0.200

build.repo.bash

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,28 @@ if [ $# != 1 ]
99
then
1010
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
1111
fi
12+
_CLONEBUILD_() {
13+
cd "$RDR/sources/$SITENAME/$LOGINAME"
14+
git clone --depth 1 "$@" --single-branch
15+
cd "$REPONAME"
16+
"$RDR/scripts/bash/build/build.in.dir.bash"
17+
}
1218
BASENAME="${@%/}" # strip trailing slash
19+
BASENAME="${BASENAME#*//}" # strip before double slash
1320
REPONAME="${BASENAME##*/}" # strip before last slash
1421
LOGINAME="${BASENAME%/*}" # strip after last slash
1522
LOGINAME="${LOGINAME##*/}" # strip before last slash
16-
BASENAME="${BASENAME#*//}" # strip before double slash
1723
SITENAME="${BASENAME%%/*}" # strip after first slash
1824
printf "%s\\n" "Processing $@ in directory ~/${RDR##*/}/sources/$SITENAME/$LOGINAME/$REPONAME:"
19-
if [ -d "$RDR/sources/$SITENAME/$LOGINAME" ]
25+
if [ -d "$RDR/sources/$SITENAME/$LOGINAME/$REPONAME" ]
2026
then
21-
cd "$RDR/sources/$SITENAME/$LOGINAME"
27+
cd "$RDR/sources/$SITENAME/$LOGINAME/$REPONAME"
28+
"$RDR/scripts/bash/build/build.in.dir.bash"
29+
elif [ -d "$RDR/sources/$SITENAME/$LOGINAME" ]
30+
then
31+
_CLONEBUILD_
2232
else
2333
mkdir -p "$RDR/sources/$SITENAME/$LOGINAME"
24-
cd "$RDR/sources/$SITENAME/$LOGINAME"
34+
_CLONEBUILD_
2535
fi
26-
(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")
2736
# build.repo.bash OEF

sha512.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ edc449000a5fdd51e57514ccde45c6d5ff29f2bceaa9c3b2abe0119ef72a6a0edf80ec8968080ccd
22
434ce5781b02bdef064b9c61fa387c247a5c2205f5d4f0bad8425e0bb8864e6d79443ed350a603928324b079e8287fe7970633d246e4083334be1afe38699e08 ./build.github.sequential.bash
33
09af993044bbd775ef17dd2dd04277564d775c51317e5d709cd91661a2ccc89ff77d5ed915630f1aba16ad3b4243e4687b03cef8388f4d79e859f165ed635b0e ./build.github.tarballs.bash
44
2ad9f671add2ec0901f3ac05d3950fda1f1c25986aef8f4ad21ef0a368ca019b226110bdfba84ffd520741145c2be0131f09670005cfa6c765e5ce59363a2a19 ./build.github.topics.bash
5-
d5ec2ea5269cf15d1fddc0e3565eb5509924fcded48a9e639b6535e6934de17afc8b382fcad24e7accb8014faf64de07bb647c0befa6f1b3301e7faca036b7ee ./build.repo.bash
6-
9c625e7046c0ebae07f36088e56f2728da10c98e6dcdafc8b47ff3e15b2678e5687c1d92becc674b57e8e1f71757d873857f3458f52dd5228c0ada4cd936530d ./.conf/VERSIONID
5+
30c2c2cc1052cbe14fd40f9d1fda922eb9e634f3bf41288c9ee5ae22ab0b4f58d617ff0f689ffc2bcef57fc2e25ed3d597c05200cc3f0763fd7594078caacbf9 ./build.repo.bash
6+
b9c8d70c0ae770ab4ca318c386a8cdaaeca80e7838125c30a3087a4b119243849dcb3c802ae5b2bd80bc3d24e89e2924081eca03e55d0e49c84299a45f038d3b ./.conf/VERSIONID
77
721de76fac626308cd3da4a828a15ab45f09ed3d5c202f19dc58ca6e1ec538477e0d65d87a4545a44c50a57613d54c6ef651177a32a1034e93c4fce1e322949a ./download.github.bash
88
05a502a845e35bc0495a3a3006ae914785c48679dddd362bd98bd33c306ed2aa8fac57344b1b65955d41755c3967f3e991770764f6c2f14c6a52f3e52e00ef1c ./.github/FUNDING.yml
99
ec770c00aa2c6225a2e27e8f08bd3d1eb8882f2cde94c820ab48db0b0fb0175913cd43a851904ff015c95f1fa31bb787383608cf19eb9d34f572b5fa8f9250ab ./.github/workflows/greetings.yml

0 commit comments

Comments
 (0)