Replace whole repo with latest content from branch stream-14-rhel-8.8.0
Content corresponds with RHEL dist-git commit 4e1d48d
This commit is contained in:
parent
30164018f8
commit
7080abc236
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,2 +1,6 @@
|
|||||||
SOURCES/nodemon-v2.0.20-bundled.tar.gz
|
/nodemon-v1.18.3-bundled.tar.gz
|
||||||
|
/nodemon-v2.0.3-bundled.tar.gz
|
||||||
|
/nodemon-v2.0.7-bundled.tar.gz
|
||||||
|
/nodemon-v2.0.15-bundled.tar.gz
|
||||||
|
/nodemon-v2.0.19-bundled.tar.gz
|
||||||
/nodemon-v2.0.20-bundled.tar.gz
|
/nodemon-v2.0.20-bundled.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
version=$(rpm -q --specfile --qf='%{version}\n' nodejs-nodemon.spec | head -n1)
|
version=$(rpm -q --specfile --qf='%{version}\n' nodejs-nodemon.spec | head -n1)
|
||||||
wget https://github.com/remy/nodemon/archive/v$version.tar.gz
|
wget https://registry.npmjs.org/nodemon/-/nodemon-$version.tgz
|
||||||
tar -zxf v$version.tar.gz
|
tar -zxf nodemon-$version.tgz
|
||||||
cd nodemon-$version
|
cd package
|
||||||
npm install --production && cd .. && tar -zcf nodemon-v$version-bundled.tar.gz nodemon-$version
|
npm install --production && rm -rf Dockerfile && cd .. && tar -zcf nodemon-v$version-bundled.tar.gz package
|
||||||
|
Loading…
Reference in New Issue
Block a user