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
1
Merge Requests
1
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
aabdfd9e
Commit
aabdfd9e
authored
Feb 25, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add deferred binary repository support
parent
707d19a8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
rpmbph
bin/rpmbph
+1
-0
rpmbsh
bin/rpmbsh
+1
-1
alt
share/eterbuild/functions/alt
+2
-2
common
share/eterbuild/functions/common
+1
-0
No files found.
bin/rpmbph
View file @
aabdfd9e
...
...
@@ -87,6 +87,7 @@ test -z "$LISTNAMES" && fatal "file not found in '$@'"
if
[
"
$PKGVENDOR
"
=
"alt"
]
;
then
MDISTR
=
$MENV
[
"
$MDISTR
"
=
"sisyphus"
]
&&
fatal
"It makes no sense to backport to Sisyphus (You need to try with -b
$EXAMPLEALTDISTRVERSION
)."
[
"
$MDISTR
"
=
"deferred"
]
&&
fatal
"It makes no sense to backport to Deferred (You need to try with -b
$EXAMPLEALTDISTRVERSION
)."
# override by defined target version
DISTRVERSION
=
$BINARYREPO
else
...
...
bin/rpmbsh
View file @
aabdfd9e
...
...
@@ -42,7 +42,7 @@ phelp()
echog
" -t make temporary commit before build (rpmbb like behavior)"
echog
" -l lazy cleanup (clean before build, not after)"
echog
" -w use tar as immediate archive for myhsh"
echog
" -b REPONAME binary repository name (p9, c8, sisyphus and so on)"
echog
" -b REPONAME binary repository name (p9, c8, sisyphus
, deferred
and so on)"
}
PASSEDARGS
=
...
...
share/eterbuild/functions/alt
View file @
aabdfd9e
...
...
@@ -19,7 +19,7 @@ set_target_type()
return
0
fi
case
"
$1
"
in
(
"DD"
|
"SS"
|
"EE"
|
"sisyphus"
)
(
"DD"
|
"SS"
|
"EE"
|
"sisyphus"
|
"deferred"
)
MENV
=
"
$1
"
return
0
;
;;
...
...
@@ -109,7 +109,7 @@ pkg_release_check()
# can be set from korinf config
[
-z
"
$KORINFTARGETRELEASE
"
]
||
STREL
=
$KORINFTARGETRELEASE
# FIXME! broken for release more than 9
if
[
"
$MENV
"
=
"sisyphus"
]
;
then
if
[
"
$MENV
"
=
"sisyphus"
]
||
[
"
$MENV
"
=
"deferred"
]
;
then
for
i
in
$@
;
do
if
rhas
"
$i
"
"(
$STREL
|
$STRELDEF
)[0-9]+
\.
M[0-9][0-9]
\.
[0-9]+"
;
then
# Значит не тот релиз
...
...
share/eterbuild/functions/common
View file @
aabdfd9e
...
...
@@ -404,6 +404,7 @@ if [ "$PKGVENDOR" = "alt" ] && [ -n "$MENV" ] ; then
#[ -n "$APTCONF" ] && fatal "Internal error: APTCONF already defined as $APTCONF for $MENV"
APTCONF
=
${
APTCONFBASE
/.sisyphus
}
.
$MENV
[
"
$MENV
"
=
"sisyphus"
]
&&
[
!
-r
"
$APTCONF
"
]
&&
APTCONF
=
${
APTCONFBASE
/.sisyphus
}
[
"
$MENV
"
=
"deferred"
]
&&
APTCONF
=
${
APTCONFBASE
}
.deferred
[
-n
"
$VERBOSE
"
]
&&
echog
"Target ALT Linux system:
`
get_altdistr_version
$MENV
`
, use
\$
APTCONF"
MENVARG
=
"-
$MENV
"
...
...
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