#9799 fedoraplanet not updating
Closed: Fixed 3 years ago by pingou. Opened 3 years ago by kevin.

After the account system change, fedoraplanet doesn't seem to be updating.

It may default to using getent, needs more investigation.


/usr/local/bin/planetconfigbuilder.py uses:

for (n, p, u, g, c, h, s) in pwd.getpwall():

which I suspect is returning nothing.

Metadata Update from @kevin:
- Issue tagged with: noggin

3 years ago

Metadata Update from @pingou:
- Issue priority set to: Waiting on Assignee (was: Needs Review)
- Issue tagged with: dev, high-gain, medium-trouble

3 years ago

Metadata Update from @pingou:
- Issue assigned to pingou

3 years ago

/usr/local/bin/planetconfigbuilder.py uses:

for (n, p, u, g, c, h, s) in pwd.getpwall():

which I suspect is returning nothing.

It returns the content of /etc/passwd which doesn't have any of the contributors :(

Login to comment on this ticket.

Metadata
Boards 1
dev Status: Done