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
36edf968
Commit
36edf968
authored
Mar 03, 2010
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve set_binary_repo, fix alt distro version translation
parent
fcf31d0e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
13 deletions
+2
-13
alt
share/eterbuild/functions/alt
+2
-13
No files found.
share/eterbuild/functions/alt
View file @
36edf968
...
@@ -58,34 +58,23 @@ set_binaryrepo()
...
@@ -58,34 +58,23 @@ set_binaryrepo()
{
{
BINARYREPO
=
"sisyphus"
BINARYREPO
=
"sisyphus"
test
-z
"
$1
"
&&
return
test
-z
"
$1
"
&&
return
case
"
$1
"
in
(
"DD"
)
BINARYREPO
=
"daedalus"
;;
(
"SS"
)
BINARYREPO
=
"sisyphus"
;;
*
)
# TODO
if
[
-n
"
$UPDATES
"
]
;
then
if
[
-n
"
$UPDATES
"
]
;
then
BINARYREPO
=
"
`
get_altdistr_version
$1
`
"
BINARYREPO
=
"
`
get_altdistr_version
$1
`
"
else
else
BINARYREPO
=
"
`
get_altdistr_version
$1
`
"
BINARYREPO
=
"
`
get_altdistr_version
$1
`
"
fi
fi
;;
esac
}
}
# 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|D
aedalus|g"
echo
"
$1
"
|
sed
-e
"s|M
\(
[0-9]
\)\(
[0-9]
\)
|
\1\.\2
|g"
|
sed
-e
"s|SS|
sisyphus|g"
|
sed
-e
"s|DD|d
aedalus|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"
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"
}
}
# 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