File tree Expand file tree Collapse file tree 1 file changed +7
-15
lines changed
Expand file tree Collapse file tree 1 file changed +7
-15
lines changed Original file line number Diff line number Diff line change 11package :
22 name : git
33 version : " 2.52.0"
4- epoch : 0
4+ epoch : 1
55 description : " distributed version control system"
66 copyright :
77 - license : GPL-2.0-or-later
@@ -33,16 +33,11 @@ environment:
3333 - zlib-dev
3434
3535pipeline :
36- - uses : fetch
36+ - uses : git-checkout
3737 with :
38- uri : https://www.kernel.org/pub/software/scm/git/git-${{package.version}}.tar.xz
39- expected-sha256 : 3cd8fee86f69a949cb610fee8cd9264e6873d07fa58411f6060b3d62729ed7c5
40-
41- - uses : fetch
42- working-directory : /home/build/git-manpages
43- with :
44- uri : https://www.kernel.org/pub/software/scm/git/git-manpages-${{package.version}}.tar.xz
45- expected-sha256 : 23186deddb3083bbaa9eb947cde26a5c7322d7fdb75bb4b3d60795db38221ac5
38+ repository : https://git.kernel.org/pub/scm/git/git.git
39+ tag : v${{package.version}}
40+ expected-commit : 9a2fb147f2c61d0cab52c883e7e26f5b7948e3ed
4641
4742 - runs : |
4843 cat >> config.mak <<-EOF
@@ -61,7 +56,7 @@ pipeline:
6156 make prefix=/usr \
6257 DESTDIR="${{targets.destdir}}" \
6358 INSTALLDIRS=vendor \
64- install -j$(nproc)
59+ install install-doc -j$(nproc)
6560
6661 - name : install subtree
6762 runs : |
@@ -153,10 +148,7 @@ subpackages:
153148 - name : " git-doc"
154149 description : " git manpages"
155150 pipeline :
156- - working-directory : /home/build/git-manpages
157- runs : |
158- mkdir -p "${{targets.contextdir}}"/usr/share/man
159- mv man1 man5 man7 "${{targets.contextdir}}"/usr/share/man
151+ - uses : split/manpages
160152 test :
161153 pipeline :
162154 - uses : test/docs
You can’t perform that action at this time.
0 commit comments