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:
parent
55b73084a3
commit
62917e2cf1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
SOURCES/nodemon-v1.18.3-bundled.tar.gz
|
||||
/nodemon-v1.18.3-bundled.tar.gz
|
||||
|
7
nodemon-tarball.sh
Normal file
7
nodemon-tarball.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user