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
dc817e16
Commit
dc817e16
authored
May 19, 2012
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmbph: improve description
parent
5aed78e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
rpmbph
bin/rpmbph
+3
-3
config
share/eterbuild/functions/config
+3
-1
No files found.
bin/rpmbph
View file @
dc817e16
...
...
@@ -287,7 +287,7 @@ phelp()
{
echog
"
$Descr
"
echog
"
$Usage
"
echo
"Usage: rpmbph -
$CURRENTBRANCHNAME
for backport to ALT
$CURRENTBRANCHNAME
and so on"
echo
"Usage: rpmbph -
b
$EXAMPLEALTDISTRVERSION
for backport to ALT Linux
$EXAMPLEALTDISTRVERSION
and so on"
echo
echog
"Options:"
echog
" -u sign and upload after build"
# will pass to rpmbs/rpmbsh
...
...
@@ -336,8 +336,8 @@ test -z "$LISTNAMES" && fatal "file not found in '$@'"
if
[
"
$VENDOR
"
=
"alt"
]
;
then
MDISTR
=
$MENV
[
-n
"
$BINARYREPONAME
"
]
&&
MDISTR
=
$(
get_altdistr_mod
$BINARYREPONAME
)
test
-z
"
$MDISTR
"
&&
fatal
"Missed backport version (f.i. run with -M24 param for Master 2.4)
"
[
"
$MDISTR
"
=
"SS"
]
&&
fatal
"It is senseless to backport to Sisyphus. Run with -
$CURRENTBRANCHNAME
for example."
[
"
$MDISTR
"
=
"SS"
]
&&
fatal
"It is senseless to backport to Sisyphus (You can try with -b
$EXAMPLEALTDISTRVERSION
).
"
# override by defined target version
DISTRVERSION
=
$(
get_altdistr_version
$MDISTR
)
else
MDISTR
=
LOCAL
...
...
share/eterbuild/functions/config
View file @
dc817e16
...
...
@@ -43,8 +43,10 @@ HASHERBASEDIR="$HOME/hasher"
HASHER_NOCHECK
=
nvr,gpg,packager,buildtime
HASHERARG
=
""
# TODO: do not use this notation at all
# for use in help as example branch/distro name
CURRENTBRANCHNAME
=
"M51"
EXAMPLEALTDISTRVERSION
=
"p6"
CURRENTBRANCHNAME
=
"M60"
# Build for Sisyphus by default
MENV
=
SS
...
...
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