-
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fork: wait for the actual fork process completion
Today, `lab fork` doesn't check if the fork on Gitlab system is indeed finished, it just assumes so and move on. However, some projects are big enough to not satisfy it, for instance: the linux kernel. A project containing the linux kernel source code may take _minutes_ to fork, and the user will be prompted with an error if the "clone" is not skipped with --skip-clone. This patch forces the `lab fork` command to wait the fork completion on Gitlab system and also adds the "--no-wait" flag if the user really don't want to wait for anything. Signed-off-by: Bruno Meneguele <bmeneg@redhat.com>
- Loading branch information
Showing
2 changed files
with
48 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters