mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-23 17:33:56 +03:00
F #962: Add missing file to install.sh
also excluding new ruby file from rubocop linting
This commit is contained in:
parent
fb1294b386
commit
d65ded78c8
@ -2420,6 +2420,7 @@ SUNSTONE_ETC_VIEW_MIXED="src/sunstone/etc/sunstone-views/mixed/admin.yaml \
|
||||
SUNSTONE_MODELS_FILES="src/sunstone/models/OpenNebulaJSON.rb \
|
||||
src/sunstone/models/SunstoneServer.rb \
|
||||
src/sunstone/models/SunstoneViews.rb \
|
||||
src/sunstone/models/OpenNebula2FA/SunstoneWebAuthn.rb \
|
||||
src/sunstone/models/OpenNebula2FA/sunstone_qr_code.rb \
|
||||
src/sunstone/models/OpenNebula2FA/sunstone_optp.rb \
|
||||
src/sunstone/models/OpenNebula2FA/sunstone_2f_auth.rb "
|
||||
|
@ -314,6 +314,7 @@ AllCops:
|
||||
- src/sunstone/public/config.rb
|
||||
- src/sunstone/routes/oneflow.rb
|
||||
- src/sunstone/routes/vcenter.rb
|
||||
- src/sunstone/models/OpenNebula2FA/SunstoneWebAuthn.rb
|
||||
- src/onegate/onegate-server.rb
|
||||
- src/datastore_mad/remotes/vcenter_downloader.rb
|
||||
- src/datastore_mad/remotes/vcenter_uploader.rb
|
||||
|
Loading…
Reference in New Issue
Block a user