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
Roman Alifanov
etersoft-build-utils
Commits
dd0d945e
Commit
dd0d945e
authored
Jan 16, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmbs: convert dirs to specs before SIGNTAG block
parent
8d18d6f2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
rpmbs
bin/rpmbs
+4
-4
No files found.
bin/rpmbs
View file @
dd0d945e
...
...
@@ -293,6 +293,9 @@ EOFWRAPPER
trap
"rm -f '
$GPG2_WRAPPER
'; [ -n
\"\$
RESTORE_GPG_PROGRAM
\"
] && git config --global --unset gpg.program"
EXIT
fi
# convert dirs to specs before use
LISTNAMES
=
$(
repodirs_to_specs
$LISTNAMES
)
if
[
-n
"
$SIGNTAG$SETTAG
"
]
;
then
for
ln
in
$LISTNAMES
;
do
if
set_usebranch
;
then
...
...
@@ -318,9 +321,6 @@ fi
# If we build from gear repo, run task
if
[
-n
"
$UPLOADNOW
"
]
&&
is_gear
$SPECDIR
;
then
# assure we have only specs or src.rpm
LISTNAMES
=
$(
repodirs_to_specs
$LISTNAMES
)
if
[
-n
"
$PREPARETASK
"
]
;
then
if
[
-z
"
$TASKNUMBER
"
]
;
then
showcmd
$ETERBUILDBIN
/gita
$GIRARHOST
get last task
...
...
@@ -394,7 +394,7 @@ if [ -n "$UPLOADNOW" ] && is_gear $SPECDIR ; then
fi
if
[
-n
"
$TASKNUMBER
"
]
;
then
docmd
$ETERBUILDBIN
/gita
$GIRARHOST
show
"
$TASKNUMBER
@
"
docmd
$ETERBUILDBIN
/gita
$GIRARHOST
show
"
$TASKNUMBER
"
fi
exit
$res
...
...
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