Skip to content

Make man/po update-po more robust#1647

Merged
hallyn merged 1 commit into
shadow-maint:masterfrom
hallyn:2026-06-16/potcdate
Jun 16, 2026
Merged

Make man/po update-po more robust#1647
hallyn merged 1 commit into
shadow-maint:masterfrom
hallyn:2026-06-16/potcdate

Conversation

@hallyn

@hallyn hallyn commented Jun 16, 2026

Copy link
Copy Markdown
Member

There were some inconsistencies in how remove-potcdate was named. It exists as po/remove-potcdate.sin. The man/po tried to copy that in, but it referred to it as remove-potcdate.sed.

Just copy it in as remove-potcdate.sed. I think we can do better than this, but for now this should make update-po more robust.

There were some inconsistencies in how remove-potcdate was named.
It exists as po/remove-potcdate.sin.  The man/po tried to copy that
in, but it referred to it as remove-potcdate.sed.

Just copy it in as remove-potcdate.sed.  I think we can do better
than this, but for now this should make update-po more robust.

Signed-off-by: Serge Hallyn <serge@hallyn.com>

@alejandro-colomar alejandro-colomar left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't test, but I guess it works. I don't understand this enough to say I've reviewed it. Feel free to merge. :)

@hallyn hallyn merged commit 31957c7 into shadow-maint:master Jun 16, 2026
26 of 27 checks passed
@alejandro-colomar

alejandro-colomar commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

I can confirm it works for me:

alx@devuan:~/tmp/shadow$ history | tail -n11
 1989  git clone https://github.com/hallyn/shadow.git
 1990  cd shadow/
 1991  git lago
 1992  git switch 2026-06-16/potcdate
 1993  ./autogen.sh 
 1994  make -j4
 1995  git status
 1996  make dist -j4
 1997  git status
 1998  git status | grep pot$
 1999  history | tail -n11
alx@devuan:~/tmp/shadow$ git status | grep pot$
	modified:   man/po/shadow-man-pages.pot
	modified:   po/shadow.pot

Thus (posthumously):

Tested-by: Alejandro Colomar <alx@kernel.org>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants