Skip to content

Commit

Permalink
Merge branch 'Propus-16.3.0' of https://github.com/kaltura/platform-i…
Browse files Browse the repository at this point in the history
…nstall-packages into Propus-16.3.0
  • Loading branch information
Jess Portnoy committed Jun 9, 2020
2 parents b53396a + 1588cfd commit bb90b8e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions RPM/SPECS/kaltura-playkit-bundler.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Summary: Kaltura PlayKit Bundler
Name: kaltura-playkit-bundler
Version: 1.2.0
Release: 2
Release: 11
License: AGPLv3+
Group: Server/Platform
Source0: %{name}-v%{version}.tar.gz
Expand Down Expand Up @@ -70,7 +70,7 @@ fi


%post
cd %{prefix} && npm install yarn -g && yarn install && yarn install -g forever gulp@3.9.1
cd %{prefix} && rm -rf %{prefix}/node_modules && yarn remove gulp && npm remove gulp && npm install yarn -g && yarn install && yarn add gulp@3.9.1 && yarn add global forever gulp@3.9.1
/sbin/chkconfig --add %{name}
if [ -r %{kaltura_prefix}/app/configurations/local.ini ];then
SALT=`grep remote_addr_header_salt %{kaltura_prefix}/app/configurations/local.ini|sed 's@^remote_addr_header_salt\s*=\s*\(.*\)$@\1@g'| sed 's@"@@g'`
Expand Down Expand Up @@ -98,6 +98,11 @@ fi
%doc %{prefix}/README.md

%changelog
* Tue Jun 9 2020 jess.portnoy@kaltura.com <Jess Portnoy> - v1.2.0-11
- Revert to Gulp 3.9.1

* Mon Jun 8 2020 jess.portnoy@kaltura.com <Jess Portnoy> - v1.2.0-9
- Use Gulp 4.0.2
* Tue Jun 2 2020 jess.portnoy@kaltura.com <Jess Portnoy> - v1.2.0-2
- Deploying using `yarn` rather than `npm`

Expand Down

0 comments on commit bb90b8e

Please sign in to comment.