Replace whole repo with latest content from branch stream-rhel-8.0-rhel-8.8.0

Content corresponds with RHEL dist-git commit 966bcd0
This commit is contained in:
Honza Horak 2023-05-16 21:18:26 +02:00
parent 55b73084a3
commit 62917e2cf1
4 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/nodemon-v1.18.3-bundled.tar.gz
/nodemon-v1.18.3-bundled.tar.gz

View File

@ -1,3 +0,0 @@
# nodejs-nodemon
The nodejs-nodemon package

7
nodemon-tarball.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
version=$(rpm -q --specfile --qf='%{version}\n' nodejs-nodemon.spec | head -n1)
wget https://github.com/remy/nodemon/archive/v$version.tar.gz
tar -zxf v$version.tar.gz
cd nodemon-$version
npm install --production && cd .. && tar -zcf nodemon-v$version-bundled.tar.gz nodemon-$version

View File

@ -1 +1 @@
SHA512 (nodemon-v1.18.3-bundled.tar.gz) = e8c6e765e6c742d4d59e8d37ce88c42e9c4ef0f0ccc825247ca6e47482f02dc708329aeaf87aed1033e292f0af9b19e18a9424f82b9e223e7037081eb19ad17d
5fa3225bf0f14384ef9c3bf981214bd7 nodemon-v1.18.3-bundled.tar.gz