Browse Source

Ignore lsp-plugins-data package

Signed-off-by: falkTX <falktx@falktx.com>
pull/19/merge
falkTX 2 years ago
parent
commit
c69ecca802
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      repo/generate-repo-page.sh

+ 4
- 0
repo/generate-repo-page.sh View File

@@ -57,6 +57,10 @@ function is_whitelisted() {
function has_data_package() {
local TEST="${1}-data"
local PACKAGE
# FIXME remove after 1 year
if [ ${TEST} = "lsp-plugins-data" ]; then
return 1
fi
for PACKAGE in ${PACKAGES[@]}; do
if [ ${TEST} = ${PACKAGE} ]; then
return 0


Loading…
Cancel
Save