-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Related to packit/packit#2343
- Loading branch information
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,3 +50,9 @@ amulhern: | |
email: [email protected] | ||
url: https://github.com/mulkieran | ||
image_url: https://github.com/mulkieran.png | ||
|
||
rxbryan: | ||
name: Bryan Elee | ||
email: [email protected] | ||
url: https://github.com/rxbryan | ||
image_url: https://github.com/rxbryan.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: in-obs | ||
date: 2024-06-27 | ||
sidebar_position: 5 | ||
--- | ||
|
||
# `packit build in-obs` | ||
|
||
Submit a build of the present content in the upstream or local repository to [OBS](https://build.opensuse.org/). | ||
|
||
## Requirements | ||
|
||
* SPEC file for the project placed in the repository. | ||
* Packit config file placed in the repository. | ||
|
||
|
||
|
||
## Tutorial | ||
|
||
1. [Place a config file for packit in the root of your upstream repository.](/docs/configuration/) | ||
|
||
2. The command below creates a tarball (archive) of your repository and commits it along with the spec file to a package with a name corresponding to your upstream project on [OBS](https://build.opensuse.org/). The project defaults to home:$username:packit. Running packit build in-obs a second time creates a new commit in that package. | ||
|
||
``` | ||
$ cd my/ustream/project/ | ||
$ packit build in-obs --project <project_name> | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters