You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli/build/in-obs.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ sidebar_position: 5
6
6
7
7
# `packit build in-obs`
8
8
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/).
10
10
11
11
## Requirements
12
12
@@ -19,10 +19,8 @@ Submit a build of the present content in the upstream or local repository to [O
19
19
20
20
1.[Place a config file for packit in the root of your upstream repository.](/docs/configuration/)
21
21
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
+
26
24
```
27
25
$ cd my/ustream/project/
28
26
$ 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:
50
48
monorepo configuration. Use it multiple times to select
51
49
multiple packages.Defaults to all the packages listed
0 commit comments