Skip to content

Commit

Permalink
Merge pull request #356 from SUSE/digitaltom-patch-4
Browse files Browse the repository at this point in the history
Update PACKAGE.md
  • Loading branch information
digitaltom committed Apr 27, 2018
2 parents 0f24f1f + f22beb3 commit 4370ef6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions PACKAGE.md
Expand Up @@ -86,17 +86,16 @@ It should typically be enough to run `osc ar` to add new and delete removed file
osc commit
```

## Step 7. Submit Requests to OpenSUSE Factory and IBS
## Step 7. Submit Requests to OpenSUSE Factory and SLES

To get a maintenance request accepted, each changelog entry needs to reference a bug or feature
request with `bnc#123` or `fate#123`.
request with `bsc#123` or `fate#123`.

### Factory First

To submit a request to openSUSE Factory, issue this commands in the console:

```bash
cd package
osc sr systemsmanagement:SCC SUSEConnect openSUSE:Factory --no-cleanup
```

Expand All @@ -105,15 +104,13 @@ osc sr systemsmanagement:SCC SUSEConnect openSUSE:Factory --no-cleanup

To make the initial submit for a new SLES version:

```
```bash
osc -A https://api.suse.de sr Devel:SCC:suseconnect SUSEConnect SUSE:SLE-15:GA --no-cleanup
```

To submit the updated package as a maintenance update to released SLES versions:
To submit the updated package as a maintenance update to maintained SLES versions:

```bash
osc -A https://api.suse.de mr Devel:SCC:suseconnect SUSEConnect SUSE:SLE-12:Update --no-cleanup
osc -A https://api.suse.de mr Devel:SCC:suseconnect SUSEConnect SUSE:SLE-12-SP1:Update --no-cleanup
osc -A https://api.suse.de mr Devel:SCC:suseconnect SUSEConnect SUSE:SLE-12-SP2:Update --no-cleanup
osc -A https://api.suse.de mr Devel:SCC:suseconnect SUSEConnect SUSE:SLE-12-SP3:Update --no-cleanup
```
Expand Down

0 comments on commit 4370ef6

Please sign in to comment.