mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 03:26:51 +03:00
fix: Minor changes and bugfixes, ci fix
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -51,7 +51,6 @@ jobs:
|
||||
- name: Copy files from ${{ matrix.package_type }} Docker container
|
||||
run: |
|
||||
mkdir -p ./bin/${{ matrix.package_type }}
|
||||
rm -f ./bin/${{ matrix.package_type }}/*.${{ matrix.package_type }} || true
|
||||
docker cp ${{ matrix.package_type }}:/builder/bin/packages/x86_64/utilites/. ./bin/${{ matrix.package_type }}/
|
||||
docker cp ${{ matrix.package_type }}:/builder/bin/packages/x86_64/luci/. ./bin/${{ matrix.package_type }}/
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM itdoginfo/openwrt-sdk-apk:latest
|
||||
FROM itdoginfo/openwrt-sdk-apk:09102025
|
||||
|
||||
ARG PKG_VERSION
|
||||
ENV PKG_VERSION=${PKG_VERSION}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM itdoginfo/openwrt-sdk-ipk:latest
|
||||
FROM itdoginfo/openwrt-sdk-ipk:24.10.3
|
||||
|
||||
ARG PKG_VERSION
|
||||
ENV PKG_VERSION=${PKG_VERSION}
|
||||
|
||||
@@ -85,9 +85,9 @@ main() {
|
||||
|
||||
local grep_url_pattern
|
||||
if [ "$PKG_IS_APK" -eq 1 ]; then
|
||||
grep_url_pattern='https://[^"[:space:]]*\.ipk'
|
||||
else
|
||||
grep_url_pattern='https://[^"[:space:]]*\.apk'
|
||||
else
|
||||
grep_url_pattern='https://[^"[:space:]]*\.ipk'
|
||||
fi
|
||||
|
||||
download_success=0
|
||||
@@ -133,8 +133,8 @@ main() {
|
||||
if [ -n "$ru" ]; then
|
||||
if pkg_is_installed luci-i18n-podkop-ru; then
|
||||
msg "Upgraded ru translation..."
|
||||
pkg_remove remove luci-i18n-podkop*
|
||||
pkg_install install "$DOWNLOAD_DIR/$ru"
|
||||
pkg_remove luci-i18n-podkop*
|
||||
pkg_install "$DOWNLOAD_DIR/$ru"
|
||||
else
|
||||
msg "Русский язык интерфейса ставим? y/n (Need a Russian translation?)"
|
||||
while true; do
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// This file is autogenerated, please don't change manually
|
||||
// This file is autogenerated, please don't change manually
|
||||
"use strict";
|
||||
"require baseclass";
|
||||
"require fs";
|
||||
@@ -1913,8 +1913,8 @@ return baseclass.extend({
|
||||
FAKEIP_CHECK_DOMAIN,
|
||||
FETCH_TIMEOUT,
|
||||
IP_CHECK_DOMAIN,
|
||||
REGIONAL_OPTIONS,
|
||||
PODKOP_LUCI_APP_VERSION,
|
||||
REGIONAL_OPTIONS,
|
||||
STATUS_COLORS,
|
||||
TabService,
|
||||
TabServiceInstance,
|
||||
|
||||
Reference in New Issue
Block a user