Merge pull request #4624 from lazka/treeless-clone
CI: do a treeless clone in case we need the history
This commit is contained in:
commit
4622a2daf8
1
.github/workflows/generate-srcinfo.yml
vendored
1
.github/workflows/generate-srcinfo.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
filter: tree:0
|
||||||
|
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
id: setup-python
|
id: setup-python
|
||||||
|
|||||||
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -39,6 +39,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: temp
|
path: temp
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
filter: tree:0
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
# to match the autobuild environment
|
# to match the autobuild environment
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
_realname=mako
|
_realname=mako
|
||||||
pkgbase="python-${_realname}"
|
pkgbase="python-${_realname}"
|
||||||
pkgname=("python-${_realname}")
|
pkgname=("python-${_realname}")
|
||||||
pkgver=1.3.3
|
pkgver=1.3.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages"
|
pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -28,7 +28,7 @@ conflicts=("python3-${_realname}")
|
|||||||
replaces=("python3-${_realname}")
|
replaces=("python3-${_realname}")
|
||||||
options=('staticlibs')
|
options=('staticlibs')
|
||||||
source=("https://pypi.python.org/packages/source/M/Mako/Mako-${pkgver}.tar.gz")
|
source=("https://pypi.python.org/packages/source/M/Mako/Mako-${pkgver}.tar.gz")
|
||||||
sha256sums=('e16c01d9ab9c11f7290eef1cfefc093fb5a45ee4a3da09e2fec2e4d1bae54e73')
|
sha256sums=('029a10f5fc497f5be7f7754e4ef5bcf26cb93044798de31fd1303f777f360916')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/Mako-${pkgver}"
|
cd "${srcdir}/Mako-${pkgver}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user