diff options
author | EuAndreh <eu@euandre.org> | 2022-01-21 00:16:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-01-21 00:16:20 -0300 |
commit | 7f919e5fe544b1ad7ec56623d9f8ea4df1379bca (patch) | |
tree | 89c7ccbf007b072bce2ff6d2705c6adf60568073 /aux | |
parent | src/xyz/euandreh/posix.scm: Disable c99 package (diff) | |
download | package-repository-7f919e5fe544b1ad7ec56623d9f8ea4df1379bca.tar.gz package-repository-7f919e5fe544b1ad7ec56623d9f8ea4df1379bca.tar.xz |
aux/: Update
Diffstat (limited to 'aux')
-rwxr-xr-x | aux/ci/ci-build.sh | 2 | ||||
-rwxr-xr-x | aux/lib.sh | 2 | ||||
-rwxr-xr-x | aux/workflow/dist.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/aux/ci/ci-build.sh b/aux/ci/ci-build.sh index 332d9f0..5e5e656 100755 --- a/aux/ci/ci-build.sh +++ b/aux/ci/ci-build.sh @@ -36,7 +36,7 @@ EOF cd - git fetch origin refs/notes/*:refs/notes/* sh aux/ci/report.sh -n "$PROJECT" -o public - rsync -av public/ "/srv/http/$PROJECT/" --delete + rsync -av public/ "/srv/http/$PROJECT/" tar -C /srv/http -cf /srv/http/"$PROJECT"/repo.tar.gz \ "$PROJECT".git @@ -13,7 +13,7 @@ uuid() { } tmpname() { - echo 'mkstemp(template)' | m4 -D template="${TMPDIR:-/tmp}/m4-tmpname." + echo "${TMPDIR:-/tmp}/uuid-tmpname with spaces.$(uuid)" } mkstemp() { diff --git a/aux/workflow/dist.sh b/aux/workflow/dist.sh index 48a9d57..68f8849 100755 --- a/aux/workflow/dist.sh +++ b/aux/workflow/dist.sh @@ -81,7 +81,7 @@ if [ "Release $VVERSION" != "$(git log --format=%B -1 HEAD | head -n1)" ]; then fi make clean -make dev-check EXTRA_VERSION="$VVERSION" +env ASSERT_NO_MISSING_TRANSLATIONS=1 make dev-check EXTRA_VERSION="$VVERSION" if ! (git diff --quiet && git diff --quiet --staged); then echo 'Dirty repository.' |