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
95eaf25b
Commit
95eaf25b
authored
Nov 22, 2020
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmbs: add initial -w support
parent
c7ddb4ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
rpmbs
bin/rpmbs
+2
-0
buildsrpm
share/eterbuild/functions/buildsrpm
+1
-0
No files found.
bin/rpmbs
View file @
95eaf25b
...
...
@@ -70,6 +70,7 @@ phelp()
echog
" -T set tag"
echog
" -n do not check with sisyphus_check before upload"
echog
" -o create nosrc.rpm package"
echog
" -w build src.rpm in hasher"
echog
" -z create src.rpm with compatible gzip compression (obsoleted)"
# echog " -d - remove package(s) from SRPMS and Incoming"
}
...
...
@@ -93,6 +94,7 @@ while getopts :hfFstTcudenop:a:Ab:z opt; do
n
)
NOCHECK
=
1
;
;;
o
)
NOSOURCE
=
1
;
;;
p
)
UPLOADNOW
=
1
;
SIGN
=
1
;
POCKET
=
$OPTARG
;;
w
)
THOROUGH
=
1
;;
z
)
export
USE_LEGACY_COMPRESSION
=
1
;
;;
d
)
DELETENOW
=
1
;;
...
...
share/eterbuild/functions/buildsrpm
View file @
95eaf25b
...
...
@@ -50,6 +50,7 @@ uni_rpmbuildsrpm()
NAMESRPMIN
=
${
NAMESRPMIN
/.src.rpm/.tar
}
echog
"Packing git repo with
\$
SPECNAME as
\$
NAMESRPMIN"
LANG
=
$NEULOCALE
docmd
$NICE
$GEAR
$COMMIT
$GEARRULES
$RPMTOPDIR
/SRPMS/
$NAMESRPMIN
# TODO: use hsh --build-srpm-only to produce src.rpm when call from rpmbs -w
else
# build package without MENV checking
#if true || [ "$MENV" = "SS" ] ; 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