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
d98c6eab
Commit
d98c6eab
authored
Sep 19, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eget: disable hack for converted markdown
parent
4bbd1a0e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
tools_eget
bin/tools_eget
+5
-5
No files found.
bin/tools_eget
View file @
d98c6eab
...
...
@@ -1472,10 +1472,10 @@ get_urls()
return
fi
#
M
arkdown support
# https://
raw.githubusercontent.com/dotnet/core/main/release-notes/8.0/8.0.3/8.0.103
.md
if
echo
"
$URL
"
|
grep
-q
"
\.
md$"
;
then
scat
$URL
|
grep
"https*"
|
sed
-e
's|.*\(https*://\)|\1|
'
#
Hack: Converted m
arkdown support
# https://
github.com/dotnet/core/blob/main/release-notes/9.0/preview/rc1/9.0.0-rc.1
.md
if
false
&&
echo
"
$URL
"
|
grep
-q
"
\.
md$"
;
then
scat
$URL
|
sed
-e
's|<|<\n|g'
|
grep
"https*"
|
sed
-e
's|.*\(https*://\)|\1|'
-e
's|".*||g
'
return
fi
...
...
@@ -1515,7 +1515,7 @@ fi
# separate part for github downloads
if
echo
"
$1
"
|
grep
-q
"^https://github.com/"
&&
\
echo
"
$1
"
|
grep
-q
-v
"/download/"
&&
[
-n
"
$2
"
]
;
then
echo
"
$1
"
|
grep
-q
-v
"/
blob/"
&&
echo
"
$1
"
|
grep
-q
-v
"/
download/"
&&
[
-n
"
$2
"
]
;
then
MASK
=
"
$2
"
if
[
-n
"
$LISTONLY
"
]
;
then
...
...
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