Commit 2dc7b80 1 parent 08bbfce commit 2dc7b80 Copy full SHA for 2dc7b80
File tree 6 files changed +14
-19
lines changed
6 files changed +14
-19
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,12 @@ jobs:
22
22
dnf -y update
23
23
dnf -y install curl xz gcc-c++
24
24
25
- - uses : actions/checkout@main
26
-
27
25
- name : create ppkg formula for uppm package
28
26
run : |
29
27
tee uppm.yml <<EOF
30
28
summary: Universal Prebuild Package Manager
31
- src-url: dir://$PWD
29
+ git-url: https://github.com/leleliu008/uppm
30
+ git-sha: ${{ github.sha }}
32
31
license: Apache-2.0
33
32
dep-pkg: libcurl libgit2 libarchive libyaml libjansson
34
33
install: cmakew -DLINK_STATIC_LIBS=ON
@@ -136,7 +135,8 @@ jobs:
136
135
run : |
137
136
tee uppm.yml <<EOF
138
137
summary: Universal Prebuild Package Manager
139
- src-url: dir://$PWD
138
+ git-url: https://github.com/leleliu008/uppm
139
+ git-sha: ${{ github.sha }}
140
140
license: Apache-2.0
141
141
dep-pkg: libcurl libgit2 libarchive libyaml libjansson
142
142
install: cmakew -DLINK_STATIC_LIBS=ON
Original file line number Diff line number Diff line change @@ -22,13 +22,12 @@ jobs:
22
22
- run : apt -y update
23
23
- run : apt -y install curl g++ xz-utils
24
24
25
- - uses : actions/checkout@main
26
-
27
25
- name : create ppkg formula for uppm package
28
26
run : |
29
27
tee uppm.yml <<EOF
30
28
summary: Universal Prebuild Package Manager
31
- src-url: dir://$PWD
29
+ git-url: https://github.com/leleliu008/uppm
30
+ git-sha: ${{ github.sha }}
32
31
license: Apache-2.0
33
32
dep-pkg: libcurl libgit2 libarchive libyaml libjansson
34
33
install: cmakew -DLINK_STATIC_LIBS=ON
Original file line number Diff line number Diff line change @@ -22,13 +22,12 @@ jobs:
22
22
- run : sudo apt -y update
23
23
- run : sudo apt -y install curl xz-utils g++
24
24
25
- - uses : actions/checkout@main
26
-
27
25
- name : create ppkg formula for uppm package
28
26
run : |
29
27
tee uppm.yml <<EOF
30
28
summary: Universal Prebuild Package Manager
31
- src-url: dir://$PWD
29
+ git-url: https://github.com/leleliu008/uppm
30
+ git-sha: ${{ github.sha }}
32
31
license: Apache-2.0
33
32
dep-pkg: libcurl libgit2 libarchive libyaml libjansson
34
33
install: cmakew -DLINK_STATIC_LIBS=ON
Original file line number Diff line number Diff line change @@ -17,13 +17,12 @@ jobs:
17
17
runs-on : ${{ matrix.os }}
18
18
19
19
steps :
20
- - uses : actions/checkout@main
21
-
22
20
- name : create ppkg formula for uppm package
23
21
run : |
24
22
tee uppm.yml <<EOF
25
23
summary: Universal Prebuild Package Manager
26
- src-url: dir://$PWD
24
+ git-url: https://github.com/leleliu008/uppm
25
+ git-sha: ${{ github.sha }}
27
26
license: Apache-2.0
28
27
dep-pkg: libcurl libgit2 libarchive libyaml libjansson
29
28
install: cmakew -DLINK_STATIC_LIBS=ON
Original file line number Diff line number Diff line change @@ -24,13 +24,12 @@ jobs:
24
24
command -v curl > /dev/null || dnf -y install curl
25
25
# https://bugs.launchpad.net/tripleo/+bug/1953156
26
26
27
- - uses : actions/checkout@main
28
-
29
27
- name : create ppkg formula for uppm package
30
28
run : |
31
29
tee uppm.yml <<EOF
32
30
summary: Universal Prebuild Package Manager
33
- src-url: dir://$PWD
31
+ git-url: https://github.com/leleliu008/uppm
32
+ git-sha: ${{ github.sha }}
34
33
license: Apache-2.0
35
34
dep-pkg: libcurl libgit2 libarchive libyaml libjansson
36
35
install: cmakew -DLINK_STATIC_LIBS=ON
Original file line number Diff line number Diff line change @@ -17,13 +17,12 @@ jobs:
17
17
runs-on : ${{ matrix.os }}
18
18
19
19
steps :
20
- - uses : actions/checkout@main
21
-
22
20
- name : create ppkg formula for uppm package
23
21
run : |
24
22
tee uppm.yml <<EOF
25
23
summary: Universal Prebuild Package Manager
26
- src-url: dir://$PWD
24
+ git-url: https://github.com/leleliu008/uppm
25
+ git-sha: ${{ github.sha }}
27
26
license: Apache-2.0
28
27
dep-pkg: libcurl libgit2 libarchive libyaml libjansson
29
28
install: cmakew -DLINK_STATIC_LIBS=ON
You can’t perform that action at this time.
0 commit comments