Skip to content

Commit 7990150

Browse files
authored
Merge pull request #13 from AOSC-Dev/pushpkg
pushpkg: update README.md
2 parents d4ab2fb + 8500b13 commit 7990150

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

pushpkg/README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@ A simple wrapper script for the standard AOSC OS package upload procedure.
66
You should run this script inside a directory which contains a `debs` directory.
77

88
```
9-
Usage:
9+
usage: pushpkg [-h] [-v] [-d] [-f] [-r] [USERNAME] [BRANCH] [COMPONENT]
1010
11-
pushpkg -u LDAP_USERNAME -b BRANCH -c [COMPONENT]
11+
pushpkg, push aosc package to repo.aosc.io
1212
13-
-u LDAP_USERNAME: Your LDAP username.
14-
-b BRANCH: AOSC OS update branch (stable, stable-proposed, testing, etc.)
13+
positional arguments:
14+
USERNAME Your LDAP username.
15+
BRANCH AOSC OS update branch (stable, stable-proposed, testing, etc.)
16+
COMPONENT (Optional) Repository component (main, bsp-sunxi, etc.) Falls back to "main" if not specified.
1517
16-
Options:
17-
18-
-c [COMPONENT]: (Optional) Repository component (main, bsp-sunxi, etc.)
19-
Falls back to "main" if not specified.
20-
-d: pushpkg after clean OUTPUT directory
21-
-v: ssh and rsync verbose
18+
options:
19+
-h, --help show this help message and exit
20+
-v, --verbose Enable verbose logging for ssh and rsync
21+
-d, --delete Clean OUTPUT directory after finishing uploading.
22+
-f, --force-push-noarch-package
23+
Force Push noarch package.
24+
-r, --retro Push to AOSC OS/Retro repo
2225
```

0 commit comments

Comments
 (0)