You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For LibreOffice, there are two releases (fresh and still) and two type of dockerfiles are supplied to each locales, and their names are like Libreoffice_Archlinux-fresh-*.
github_script.sh detects package name from dockerfiles' name but these names are not recognized because grep cannot parse "libreoffice-{fresh,still}" pattern.
For LibreOffice, there are two releases (fresh and still) and two type of dockerfiles are supplied to each locales, and their names are like Libreoffice_Archlinux-fresh-*.
github_script.sh detects package name from dockerfiles' name but these names are not recognized because grep cannot parse "libreoffice-{fresh,still}" pattern.
fix it.