Mojca Miklavec
Mojca Miklavec
Done, thanks. In any case we hope to be able to deploy it soon.
I agree with both and also wrote both down to the [long document with minor pending issues](https://docs.google.com/document/d/1TqNHm3NrtLDelWqY7P4pZyTMZDJrlsPymFZklzV2t24/edit#heading=h.5ust9cmqybh1). Yes, the trailing `+` should go. Quoting myself on the other point: >...
Just some brainstorming. @arjunsalyan: I would probably implement this somewhere inside `Port.add_or_update`: https://github.com/macports/macports-webapp/blob/932ff73243a849205ef3400f7f46e5dedf8ab532/app/port/models.py#L91-L92 We could check whether the version or revision have changed, and if any of those two fields...
PS: yes, at some rare occasions the result of the livecheck could also change as a result of changing `livecheck.regex` or `livecheck.url` inside the `Portfile`, or even inside the `PortGroup`....
Aren't we already going through the (updated) ports from portindex json on regular basis? (Are we generating json locally now that we have MacPorts inside the Docker container?) Maybe we...
In principle we run both `portindex` and `portindex2json`. Now, we run it with `-p macosx_19_i386` at the moment, so I'm not 100% sure what that means as far as the...
What I suspect happens is that the search only displays the first N hits in some semi-random order. It doesn't explicitly attempt to check or display the exact hit first,...
Yes, I'm painfully aware of this and I have put this on the task list (not entered in the tracker though). The prerequisite to get this working is to make...
Also, once we do this, we might need to somewhat extend the port health, so that it will show the health of the last build even when the newest build...
The information about the port being obsolete comes straight from `PortIndex` whenever there's a `replaced_by` keyword in it. I checked the `obsolete` PG, but not even `port info` tells you...