Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Oct 31, 2024
1 parent 3987cb1 commit 2fac09a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/aarch64-Linux/build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ set +x
END_TIME="$(date +%s)" && export END_TIME="${END_TIME}"
ELAPSED_TIME="$(date -u -d@"$((END_TIME - START_TIME))" "+%H(Hr):%M(Min):%S(Sec)")"
echo -e "\n[+] Completed (Building|Fetching) ${BIN} [${SOURCE_URL}] :: ${ELAPSED_TIME} ==> ${LOG_PATH}\n"
} 2>&1 | ts '[%Y-%m-%dT%Hh%Mm%Ss]➜' > "${TEMP_LOG}"
#} 2>&1 | perl -CS -pe 'use POSIX qw(strftime); print strftime("[UTC%Y-%m-%dT%H-%M-%S]➜ ", gmtime)' > "${TEMP_LOG}"
} | ts '[%Y-%m-%dT%Hh%Mm%Ss]➜' > "${TEMP_LOG}" 2>&1
#} | perl -CS -pe 'use POSIX qw(strftime); print strftime("[UTC%Y-%m-%dT%H-%M-%S]➜ ", gmtime)' > "${TEMP_LOG}" 2>&1
sed -e '/.*github_pat.*/Id' \
-e '/.*ghp_.*/Id' \
-e '/.*glpat.*/Id' \
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/x86_64-Linux/build_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ set +x
END_TIME="$(date +%s)" && export END_TIME="${END_TIME}"
ELAPSED_TIME="$(date -u -d@"$((END_TIME - START_TIME))" "+%H(Hr):%M(Min):%S(Sec)")"
echo -e "\n[+] Completed (Building|Fetching) ${BIN} [${SOURCE_URL}] :: ${ELAPSED_TIME} ==> ${LOG_PATH}\n"
} 2>&1 | ts '[%Y-%m-%dT%Hh%Mm%Ss]➜' > "${TEMP_LOG}"
} | ts '[%Y-%m-%dT%Hh%Mm%Ss]➜' > "${TEMP_LOG}" 2>&1
#} | perl -CS -pe 'use POSIX qw(strftime); print strftime("[UTC%Y-%m-%dT%H-%M-%S]➜ ", gmtime)' > "${TEMP_LOG}" 2>&1
sed -e '/.*github_pat.*/Id' \
-e '/.*ghp_.*/Id' \
Expand Down

0 comments on commit 2fac09a

Please sign in to comment.