Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
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
korinf
etersoft-build-utils
Commits
2f84d79d
Commit
2f84d79d
authored
Oct 13, 2010
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix replace p5<->M50
parent
364e4248
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
alt
share/eterbuild/functions/alt
+3
-7
No files found.
share/eterbuild/functions/alt
View file @
2f84d79d
...
@@ -64,23 +64,19 @@ set_binaryrepo()
...
@@ -64,23 +64,19 @@ set_binaryrepo()
return
return
fi
fi
test
-z
"
$1
"
&&
return
test
-z
"
$1
"
&&
return
if
[
-n
"
$UPDATES
"
]
;
then
BINARYREPO
=
"
`
get_altdistr_version
$1
`
"
BINARYREPO
=
"
`
get_altdistr_version
$1
`
"
else
BINARYREPO
=
"
`
get_altdistr_version
$1
`
"
fi
}
}
# M50 -> 5.0
# M50 -> 5.0
get_altdistr_version
()
get_altdistr_version
()
{
{
echo
"
$1
"
|
sed
-e
"s|M
\(
[0-9]
\)\(
[0-9]
\)
|
\1\.\2
|g"
|
sed
-e
"s|SS|sisyphus|g"
|
sed
-e
"s|DD|daedalus|g"
|
sed
-e
"s|Sisyphus|sisyphus|g"
echo
"
$1
"
|
sed
-e
"s|M
\(
[0-9]
\)\(
[0-9]
\)
|
\1\.\2
|g"
|
sed
-e
"s|SS|sisyphus|g"
|
sed
-e
"s|DD|daedalus|g"
|
sed
-e
"s|Sisyphus|sisyphus|g"
|
sed
-e
"s|M50|p5|g"
}
}
# 5.0 -> M50
# 5.0 -> M50
get_altdistr_mod
()
get_altdistr_mod
()
{
{
echo
"
$1
"
|
sed
-e
"s|
\(
[0-9]
\)\.\(
[0-9]
\)
|M
\1\2
|g"
|
sed
-e
"s|Sisyphus|SS|g"
|
sed
-e
"s|sisyphus|SS|g"
echo
"
$1
"
|
sed
-e
"s|
\(
[0-9]
\)\.\(
[0-9]
\)
|M
\1\2
|g"
|
sed
-e
"s|Sisyphus|SS|g"
|
sed
-e
"s|sisyphus|SS|g"
|
sed
-e
"s|p5|M50|g"
}
}
# TODO: include in sisyphus_check
# TODO: include in sisyphus_check
...
...
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