Skip to content

Commit

Permalink
Remove webui2 from the spec file
Browse files Browse the repository at this point in the history
`webui2` directory doesn't exist anymore because we moved all the assets
into `webui`.
  • Loading branch information
David Kang committed Sep 13, 2019
1 parent cddbc33 commit 8546ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/obs-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,9 @@ mkdir -p $RPM_BUILD_ROOT/etc/obs/cloudupload/.aws
install -m 644 $RPM_BUILD_DIR/open-build-service-%version/dist/aws_credentials.example $RPM_BUILD_ROOT/etc/obs/cloudupload/.aws/credentials

# Link the assets without hash to make them accessible for third party tools like the pattern library
pushd $RPM_BUILD_ROOT/srv/www/obs/api/public/assets/webui2/
pushd $RPM_BUILD_ROOT/srv/www/obs/api/public/assets/webui/
ln -sf application-*.js application.js
ln -sf webui2-*.css webui2.css
ln -sf application-*.css application.css
popd

%check
Expand Down

0 comments on commit 8546ab1

Please sign in to comment.