Skip to content

Commit 8ac1feb

Browse files
rxbryandcermak
andcommitted
Update docs/cli/build/in-obs.md
Co-authored-by: Dan Čermák <[email protected]>
1 parent fb85f50 commit 8ac1feb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/cli/build/in-obs.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 5
66

77
# `packit build in-obs`
88

9-
Submit a build of the present content in the upstream or local repository to [OBS](https://build.opensuse.org/).
9+
Submit a build of the present content in the upstream or local repository to [OBS](https://build.opensuse.org/).
1010

1111
## Requirements
1212

@@ -19,10 +19,8 @@ Submit a build of the present content in the upstream or local repository to [O
1919

2020
1. [Place a config file for packit in the root of your upstream repository.](/docs/configuration/)
2121

22-
2. The command below would create a SRPM from the present content of a repo and perform `osc commit` with it.
23-
:::note
24-
You should specify a project `--project` else a project name in this form `home:<me>:packit` would be used. Don't expect to see that project on your [OBS](https://build.opensuse.org/) account .
25-
:::
22+
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.
23+
2624
```
2725
$ cd my/ustream/project/
2826
$ packit build in-obs --project <project_name>
@@ -50,4 +48,4 @@ You should specify a project `--project` else a project name in this form `home:
5048
monorepo configuration. Use it multiple times to select
5149
multiple packages.Defaults to all the packages listed
5250
inside the config.
53-
-h, --help Show this message and exit.
51+
-h, --help Show this message and exit.

0 commit comments

Comments
 (0)