https://github.com/allure-framework/allure-debian
Debian (Ubuntu) package configuration for Allure Framework parts
https://github.com/allure-framework/allure-debian
Last synced: 8 months ago
JSON representation
Debian (Ubuntu) package configuration for Allure Framework parts
- Host: GitHub
- URL: https://github.com/allure-framework/allure-debian
- Owner: allure-framework
- Created: 2014-04-23T15:30:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T17:55:05.000Z (about 2 years ago)
- Last Synced: 2025-04-19T09:49:32.945Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 7
- Watchers: 9
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Allure Framework Debian Packages
This repository contains Debian (Ubuntu) package configuration for Allure Framework parts.
## How to build package
In order to build this package you need **unzip** and **devscripts** packages installed. In order to build the package you should execute the following commands from the repository root directory:
```
$ ./source-prepare.sh && debuild -S
```
When package is built you should upload package to LaunchPad server via the following command:
```
$ dput ppa:qameta/allure ../allure-.changes
```