Compare commits

...

No commits in common. "c8-stream-12" and "stream-nodejs-12-rhel-8.9.0" have entirely different histories.

6 changed files with 12 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
SOURCES/nodemon-v2.0.3-bundled.tar.gz
/nodemon-v2.0.3-bundled.tar.gz

View File

@ -1 +0,0 @@
a515df94af26b438ffbf4d914259f16a03cc7c15 SOURCES/nodemon-v2.0.3-bundled.tar.gz

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# 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

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (nodemon-v2.0.3-bundled.tar.gz) = 29a9183c7d8a4f545bde04a197a21d732987896b52d5f52d6fb4685ebbea35fec4f07f84a3fb8ab50623b66c88ccb4e957de97ac2bfb9dcb637624523a4549cf