poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

"non-public" revision of jitter in maint/poke-1


From: Jose E. Marchesi
Subject: "non-public" revision of jitter in maint/poke-1
Date: Sat, 01 May 2021 21:08:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi Luca.

Currently make check fails in maint/poke-1 with:

-------------<<<-----------------------
if test -d ../.git                              \
        && git --version >/dev/null 2>&1; then                  \
  cd .. &&                                              \
  git submodule --quiet foreach                                 \
      'test "$(git rev-parse "$sha1")"                  \
          = "$(git merge-base origin "$sha1")"'         \
    || { echo 'maint.mk: found non-public submodule commit' >&2;        \
         exit 1; };                                             \
else                                                            \
  : ;                                                           \
fi
fatal: run_command returned non-zero status for jitter
.
maint.mk: found non-public submodule commit
../maint.mk:1490: recipe for target 'public-submodule-commit' failed
make: *** [public-submodule-commit] Error 1
------------->>>-----------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]