Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
Signed-off-by: leleliu008 <[email protected]>
  • Loading branch information
leleliu008 committed Mar 29, 2024
1 parent 4498106 commit 922ae88
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,20 @@ jobs:

- run: ./ppkg install libzip


- run: ./ppkg tree libzip

- run: ./ppkg pack libzip -t tar.xz

- run: dnf -y install rpmdevtools rpmlint

- run: ./ppkg export.rpm libzip -o ~/
- run: ./ppkg export.rpm libzip -o a/b.rpm

- run: rpm -i a/b.rpm
- run: rpm -ql libzip


- run: ./ppkg formula-repo-list

- run: ./ppkg ls-available
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@ jobs:

- run: ./ppkg tree libzip

- run: ./ppkg pack libzip
- run: ./ppkg pack libzip -t tar.gz
- run: ./ppkg pack libzip -t tar.lz
- run: ./ppkg pack libzip -t tar.xz
- run: ./ppkg pack libzip -t tar.bz2
- run: ./ppkg pack libzip -t zip


- run: dnf -y install rpmdevtools rpmlint

Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/opensuse-leap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,20 @@ jobs:

- run: ./ppkg install libzip


- run: ./ppkg tree libzip

- run: ./ppkg pack libzip -t tar.xz

- run: dnf -y install rpmdevtools rpmlint

- run: ./ppkg export.rpm libzip -o ~/
- run: ./ppkg export.rpm libzip -o a/b.rpm

- run: rpm -i a/b.rpm
- run: rpm -ql libzip


- run: ./ppkg formula-repo-list

- run: ./ppkg ls-available
Expand Down
13 changes: 9 additions & 4 deletions .github/workflows/rockylinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ jobs:
- run: ./ppkg info-available libzip src-sha




- run: ./ppkg depends libzip
- run: ./ppkg depends libzip -t dot
- run: ./ppkg depends libzip -t box
Expand All @@ -82,8 +80,6 @@ jobs:
- run: ./ppkg tree libzip




- run: ./ppkg info-installed libzip installed-dir
- run: ./ppkg info-installed libzip installed-files
- run: ./ppkg info-available libzip version
Expand All @@ -102,6 +98,15 @@ jobs:
- run: ./ppkg pack libzip -t zip


- run: dnf -y install rpmdevtools rpmlint

- run: ./ppkg export.rpm libzip -o ~/
- run: ./ppkg export.rpm libzip -o a/b.rpm

- run: rpm -i a/b.rpm
- run: rpm -ql libzip


- run: |
printf '%s\n' 'version: 1000' >> ~/.ppkg/repos.d/official-core/formula/libzip.yml
Expand Down

0 comments on commit 922ae88

Please sign in to comment.