@@ -6,17 +6,20 @@ A simple wrapper script for the standard AOSC OS package upload procedure.
6
6
You should run this script inside a directory which contains a ` debs ` directory.
7
7
8
8
```
9
- Usage:
9
+ usage: pushpkg [-h] [-v] [-d] [-f] [-r] [USERNAME] [BRANCH] [COMPONENT]
10
10
11
- pushpkg -u LDAP_USERNAME -b BRANCH -c [COMPONENT]
11
+ pushpkg, push aosc package to repo.aosc.io
12
12
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.
15
17
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
22
25
```
0 commit comments