Add qisrc maintainer
Fix qibuild clean -z behavior
Fix a bug where qbibuild make could create recursive symlinks
qibuild clean learned -x to remove build directories that match no known configurations
qibuild deploy now accepts url matching [[login]@]url[:[relative/path]] or url parseable with urlparse beginning with ssh:// only
qibuild deploy no longer accepts a --port option, specify the port inside the url instead:
# old
qibuild deploy --port 23 user@host:path/to/remote/dir
# new
qibuild deploy ssh://user@host:32/full/path/to/remote/dir
qibuild deploy: project is no more a positional argument
Positional url is no more mandatory in qibuild deploy, and you can now deploy to several urls at once
qibuild create no longer exists, use qisrc create instead