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
02044f84
Commit
02044f84
authored
Jan 08, 2010
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
introduce CURRENTBRANCHNAME and use it in helps
parent
8d7e39fd
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
loginhsh
bin/loginhsh
+2
-1
rpmbb
bin/rpmbb
+0
-2
rpmbph
bin/rpmbph
+2
-2
config
share/eterbuild/functions/config
+2
-0
No files found.
bin/loginhsh
View file @
02044f84
...
...
@@ -18,7 +18,7 @@ SAVEOPT=$@
#############################
Usage
=
"Usage:
$name
[-t -i -h -r] bin.rpm..."
Usage
=
"Usage:
$name
[-t -i -h -r]
[-
$CURRENTBRANCHNAME
]
bin.rpm..."
function
mygetopts
()
{
name
=
${
0
##*/
}
...
...
@@ -33,6 +33,7 @@ phelp()
echog
" -c - cleanup hasher"
echog
" -t - use test hasher dir"
echog
" -r - remote login to hasher"
echog
" -M?? - branch name"
}
while
getopts
:chitr opt
;
do
...
...
bin/rpmbb
View file @
02044f84
...
...
@@ -8,8 +8,6 @@
# rpm-
# :
# - -
# TODO -M?
# TODO: -c
# load common functions, compatible with local and installed script
.
`
dirname
$0
`
/../share/eterbuild/functions/common
...
...
bin/rpmbph
View file @
02044f84
...
...
@@ -247,7 +247,7 @@ $BUILDCOMMAND $LISTRPMARGS $REMOTEBUILD $DISTRARG $SPECNAME || fatal "Can't buil
#############################
Usage
=
"Usage:
$name
[-r -u -U -n -i -m -v] [-
M??
] spec..."
Usage
=
"Usage:
$name
[-r -u -U -n -i -m -v] [-
$CURRENTBRANCHNAME
] spec..."
function
mygetopts
()
{
name
=
${
0
##*/
}
...
...
@@ -257,7 +257,7 @@ phelp()
{
echog
"
$Descr
"
echog
"
$Usage
"
echo
"Use rpmbph -
M40 for backport to ALT 4.0
and so on"
echo
"Use rpmbph -
$CURRENTBRANCHNAME
for backport to ALT
$CURRENTBRANCHNAME
and so on"
echog
"Options:"
echog
" -r - remote build"
# echog " -m - send result via e-mail"
...
...
share/eterbuild/functions/config
View file @
02044f84
...
...
@@ -40,6 +40,8 @@ REMOTERPMDIR=
HASHERDIR
=
"
$HOME
/hasher"
HASHER_NOCHECK
=
nvr,gpg,packager,buildtime
HASHERARG
=
"--eager-cleanup"
# for use in help as example branch/distro name
CURRENTBRANCHNAME
=
"M51"
[
-n
"
$DEBUG
"
]
&&
HASHERARG
=
"-v
$HASHERARG
"
RSYNCSISYPHUS
=
rsync.altlinux.org::ALTLinux/Sisyphus
...
...
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