We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Building RPM packages from Git repositories with git-buildpackage

Formale Metadaten

Titel
Building RPM packages from Git repositories with git-buildpackage
Serientitel
Anzahl der Teile
90
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
Doing package maintenance and software developemnt in a consistent way accross a distribution is not always easy. Debian has long history of maintaining packages in different version control systems. Here is a proposal to use some practices in using Git to maintain RPM packages in git by utilizing the git-buildpackage tool. The tool originates from Debian but now has an experimental support for RPM, too. Git-buildpackage supports the workflow of regular developers, package maintainers as well as release/integration. Features include importing existing RPM packages to git, building packages, importing new upstream versions, changelog generation, tagging and more. This talk gives an overview of the tool: how to use it in daily work and also how to utilize it in the backend build infrastructure, e.g. Jenkins/Hudson or the OpenBuildService.