IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Include single top level Makefile for:
* `make dist`: Generate tarball for packaging
* `SKIP_VENDOR_CREATION=1 make dist`: Skip creating rust vendor tarball.
* `make release`: Generate tarball for alpha release and sign it
* `RELEASE=1 make release`: Generate official tarball and sign it
* `make rpm`: Build rpm
* `make srpm`: make source rpm
* `make check`: run unit test cases
Renaming the CLI `nmstatectl-rust` to `nmstatectl` and remove
`nmstatectl-rust` from rpm as we never advertise that.
Signed-off-by: Gris Ge <fge@redhat.com>
Break up the rpm building process in individual scripts that accept the
COPR environment variables `spec` and `outdir` and add a Makefile for
COPR automated building. Rename the spec files to have a spec suffix
because COPR requires this to specify them.
Signed-off-by: Till Maas <opensource@till.name>