Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
40473c6c
Commit
40473c6c
authored
Mar 26, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commit packed 3.60.12
parent
9ec3b8ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
epm.sh
packed/epm.sh
+6
-6
serv.sh
packed/serv.sh
+1
-1
No files found.
packed/epm.sh
View file @
40473c6c
...
...
@@ -34,7 +34,7 @@ SHAREDIR=$PROGDIR
# will replaced with /etc/eepm during install
CONFIGDIR
=
$PROGDIR
/../etc
EPMVERSION
=
"3.60.1
1
"
EPMVERSION
=
"3.60.1
2
"
# package, single (file), pipe, git
EPMMODE
=
"package"
...
...
@@ -14821,7 +14821,7 @@ Options:
--allow-mirrors - check mirrors if url is not accessible
--list|--list-only - print only URLs
--check-url URL
L
- check if the URL exists (returns HTTP 200 OK)
--check-url URL
- check if the URL exists (returns HTTP 200 OK)
--check-site URL - check if the site is accessible (returns HTTP 200 OK or 404 Not found)
--get-response URL - get response with all headers (ever if HEAD is not acceptable)
--get-filename URL - print filename for the URL (via Content-Disposition if applicable)
...
...
@@ -14840,7 +14840,7 @@ Examples:
$
eget https://github.com/owner/project package*.ext
$
eget -O myname ipfs://QmVRUjnsnxHWkjq91KreCpUk4D9oZEbMwNQ3rzdjwND5dR
$
eget --list http://ftp.somesite.ru/package-*.tar
$
eget --check http://ftp.somesite.ru/test
$
eget --check
-url
http://ftp.somesite.ru/test
$
eget --list http://download.somesite.ru 'package-*.tar.xz'
$
eget --list --latest https://github.com/telegramdesktop/tdesktop/releases 'tsetup.*.tar.xz'
...
...
@@ -14903,7 +14903,7 @@ while [ -n "$1" ] ; do
CHECKURL
=
"
$1
"
#set_quiet
;;
--check-site
)
--check-site
|
--check
)
CHECKSITE
=
"
$1
"
#set_quiet
;;
...
...
@@ -15019,13 +15019,13 @@ select_ipfs_mode()
fi
# TODO: check checksum
if
docmd eget
--check
"
$ipfs_gateway
/
$ipfs_checkQm
"
;
then
if
docmd eget
--check
-url
"
$ipfs_gateway
/
$ipfs_checkQm
"
;
then
ipfs_mode
=
"gateway"
return
fi
IPFS_GATEWAY
=
''
if
docmd eget
--check
"
$(
dirname
$ipfs_gateway
)
"
;
then
if
docmd eget
--check
-site
"
$(
dirname
$ipfs_gateway
)
"
;
then
info
"IPFS gateway
$ipfs_gateway
is accessible, but can't return shared
$ipfs_checkQm
"
else
info
"IPFS gateway
$(
dirname
$ipfs_gateway
)
is not accessible"
...
...
packed/serv.sh
View file @
40473c6c
...
...
@@ -33,7 +33,7 @@ SHAREDIR=$PROGDIR
# will replaced with /etc/eepm during install
CONFIGDIR
=
$PROGDIR
/../etc
EPMVERSION
=
"3.60.1
1
"
EPMVERSION
=
"3.60.1
2
"
# package, single (file), pipe, git
EPMMODE
=
"package"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment