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
b2a00c31
Commit
b2a00c31
authored
Oct 16, 2013
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix texts
parent
e4e55248
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
myhsh
bin/myhsh
+1
-1
rpmbs
bin/rpmbs
+1
-0
rpmgs
bin/rpmgs
+3
-2
No files found.
bin/myhsh
View file @
b2a00c31
...
...
@@ -67,7 +67,7 @@ echog "List of packages for build: \$LISTNAMES"
if
[
-z
"
${
LISTNAMES
/*spec/
}
"
]
;
then
echo
"!!!!!!!!"
fatal
"Please
use src.rpm as argument, not
spec"
fatal
"Please
, use src.rpm as argument, instead a
spec"
fi
# Skip checking for tar arg
...
...
bin/rpmbs
View file @
b2a00c31
...
...
@@ -235,6 +235,7 @@ if [ -n "$UPLOADNOW" ] && is_gear $SPECDIR ; then
check_gear_and_tag
||
fatal
"Can't make tag"
TAG
=
$(
get_last_tag
)
# TODO: add check for repo (as in rpmgp) and run ginit if needed
docmd
$ETERBUILDBIN
/gpush
$GIRARHOST
$FORCE
||
fatal
"gpush failed. Possibly you need to run '
\$
ginit
$GIRARHOST
' for create remote repo."
echo
echo
"Run build
$PROJECTNAME
at
$GIRARHOST
"
...
...
bin/rpmgs
View file @
b2a00c31
...
...
@@ -261,8 +261,9 @@ function get_source_url()
function
print_error
()
{
echog
"You have no spec files as arg"
echog
"Please use for spec files only. If you wish to download src.rpm, use rpmgp script."
echog
"Can't find any spec file. It is possible you run this script not in git dir."
echog
"If you use old style build, run rpmgs with spec name as arg."
echog
"If you wish to download src.rpm, use rpmgp script."
exit
1
}
...
...
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