[InterNetNews/inn] 817e18: pullnews: Fix lock file handling

Julien ÉLIE noreply at github.com
Sat Apr 1 08:15:45 UTC 2023


  Branch: refs/heads/2.7
  Home:   https://github.com/InterNetNews/inn
  Commit: 817e18c02afbd1f240dedda6f31d1ce929514043
      https://github.com/InterNetNews/inn/commit/817e18c02afbd1f240dedda6f31d1ce929514043
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2023-04-01 (Sat, 01 Apr 2023)

  Changed paths:
    M frontends/pullnews.in

  Log Message:
  -----------
  pullnews: Fix lock file handling

When pullnews is run outside INN as a separate script (rare use case),
the PID file was deleted when a second instance of pullnews was run in
parallel.  Just after reporting another instance was already running,
it deleted the PID file.

The behaviour is correct when using INN::Utils::Shlock inside an INN
installation.


  Commit: a4b3dac153271a75ab41e15bfc35a6805ccf995d
      https://github.com/InterNetNews/inn/commit/a4b3dac153271a75ab41e15bfc35a6805ccf995d
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2023-04-01 (Sat, 01 Apr 2023)

  Changed paths:
    M frontends/pullnews.in

  Log Message:
  -----------
  pullnews: Ignore signals only in saveConfig()


  Commit: 1b7140278230649074e861833a94afafb81e4d43
      https://github.com/InterNetNews/inn/commit/1b7140278230649074e861833a94afafb81e4d43
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2023-04-01 (Sat, 01 Apr 2023)

  Changed paths:
    M .perltidyrc
    M frontends/pullnews.in
    M frontends/scanspool.in
    M perl/INN/Utils/Shlock.pm.in
    M scripts/inncheck.in
    M scripts/innreport.in
    M scripts/innreport_inn.pm
    M storage/ovsqlite/ovsqlite-util.in

  Log Message:
  -----------
  Add -bfvt=2 -cpb to perltidy style code

Join into a single line some constructions with a logical operator at
the beginning of a continuation line, or a cuddled parenthese brace.


  Commit: 2aff0b2660ba1c08f86daeff5e72d8198bd8392c
      https://github.com/InterNetNews/inn/commit/2aff0b2660ba1c08f86daeff5e72d8198bd8392c
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2023-04-01 (Sat, 01 Apr 2023)

  Changed paths:
    M lib/xmalloc.c

  Log Message:
  -----------
  Reformat C code with clang-format 16


  Commit: b004868851cf141f87b655d613b6633f8948d620
      https://github.com/InterNetNews/inn/commit/b004868851cf141f87b655d613b6633f8948d620
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2023-04-01 (Sat, 01 Apr 2023)

  Changed paths:
    M .git-blame-ignore-revs

  Log Message:
  -----------
  Add 2 previous commits to git blame ignore list


  Commit: a3d83a7ff8e088b5e44ded2c8611ee289e74310c
      https://github.com/InterNetNews/inn/commit/a3d83a7ff8e088b5e44ded2c8611ee289e74310c
  Author: Julien ÉLIE <Julien-Elie at users.noreply.github.com>
  Date:   2023-04-01 (Sat, 01 Apr 2023)

  Changed paths:
    M support/getrra-c-util
    M tests/lib/fakewrite.c
    M tests/lib/getnameinfo-t.c
    M tests/lib/network/server-t.c
    M tests/runtests.c

  Log Message:
  -----------
  Update to latest rra-c-util upstream version


Compare: https://github.com/InterNetNews/inn/compare/8c7df0224520...a3d83a7ff8e0


More information about the inn-committers mailing list