#1619 [RFE] brew build --wait-for-repo/build
Closed: Fixed 4 years ago by tkopecek. Opened 4 years ago by tkopecek.

One of user usecases is, that they list latest builds in tag and they are satitsfied with versions listed there. After that they start build and it fails on missing required nvrs. It means, that kojira didn't finished repo regen before build started. It could be solved easily if user know, that he can use wait-repo command.

Usability could be better if wait-repo is included in build command itself. Some option should provide this waiting possibility. This behaviour shouldn't be default as it is used in very limited set of usecases and could be propagated to fedpkg build command with same options.

koji build --wait-for-repo target source would have same semantics as koji wait-repo --target target && koji build target source, while koji build --wait-for-build nvr target source would be same as koji wait-repo --target target --build nvr && koji build target source


Metadata Update from @tkopecek:
- Custom field Size adjusted to None

4 years ago

ping @breilly @julian8628 - what approach would you prefer?

I would prefer PR #1626. I think kojid approach is more like a structure solution.

Agreed, I think #1626 is the better solution

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.20 (was: 1.19)

4 years ago

Commit a392467 relates to this ticket

Metadata Update from @jcupova:
- Issue tagged with: testing-done

4 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #1889 Merged 4 years ago
  • #1626 Merged 4 years ago
  • #1624 Closed 4 years ago