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
9ff0a7b0
Commit
9ff0a7b0
authored
Feb 08, 2010
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small cleanup and comments
parent
86a3dad0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
rpmbs
bin/rpmbs
+2
-1
rpmrb
bin/rpmrb
+1
-1
No files found.
bin/rpmbs
View file @
9ff0a7b0
...
...
@@ -180,8 +180,9 @@ if [ -n "$UPLOADNOW" ] && is_gear $SPECDIR ; then
echo
"Run with gear repo..."
build_rpms_name
"
$LISTNAMES
"
pkg_release_check
check_gear_and_tag
# || fatal "Can't make tag"
TAG
=
$VERSION
-
$RELEASE
echo
"Create
$TAG
tag..."
check_gear_and_tag
# || fatal "Can't make tag"
$ETERBUILDBIN
/gpush
$GIRARHOST
$BASENAME
||
fatal
"Git push via gpush failed. Possibly you need to run ginit for create remote repo."
echo
echo
"Run build
$BASENAME
at
$GIRARHOST
"
...
...
bin/rpmrb
View file @
9ff0a7b0
...
...
@@ -42,7 +42,7 @@ test -f "$SPEC" || SPEC=$(get_gear_spec)
$ETERBUILDBIN
/rpmgs
$SPEC
$VER
||
fatal
"Error with get source"
add_changelog_helper
"- new version
$(
get_version
$SPEC
)
(with rpmrb script)"
$SPEC
||
echog
"Changelog entry already exists"
if
is_gear
`
pwd
`
;
then
if
is_gear
;
then
#git diff $SPEC
git_commit_ignore_nothing
$SPEC
-m
"update spec to new build
$(
get_version
$SPEC
)
(with rpmrb script)"
||
exit
1
fi
...
...
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