import-debian-package: Allow creating/pushing to remote repository
To import a new package from Debian the current process required several
manual steps. This commit adds the --push-remote option to allow
creating and pushing the imported package to apertis remote gitlab
instance.
The following steps are now automatized:
* package folder is created and import process is performed in there.
* remote repo is created if it doesn't exist.
* remote branches and tags are pushed.
* gitlab settings are applied to remote repo.
* CI pipeline is triggered on all downstream branches.
Signed-off-by:
Ariel D'Alessandro <ariel.dalessandro@collabora.com>
Loading
Please register or sign in to comment