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
d356de70
Commit
d356de70
authored
Jan 22, 2010
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmrb: use git_commit_ignore_nothing
parent
1053ae48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
rpmrb
bin/rpmrb
+1
-2
No files found.
bin/rpmrb
View file @
d356de70
...
@@ -40,10 +40,9 @@ test -e "$SPEC" || fatal "use with spec"
...
@@ -40,10 +40,9 @@ test -e "$SPEC" || fatal "use with spec"
$ETERBUILDBIN
/rpmgs
$SPEC
$VER
||
fatal
"Error with get source"
$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"
add_changelog_helper
"- new version
$(
get_version
$SPEC
)
(with rpmrb script)"
$SPEC
||
echog
"Changelog entry already exists"
# TODO
if
is_gear
`
pwd
`
;
then
if
is_gear
`
pwd
`
;
then
#git diff $SPEC
#git diff $SPEC
git
commit
$SPEC
-m
"update spec to new build
"
||
exit
1
git
_commit_ignore_nothing
$SPEC
-m
"update spec to new build
$(
get_version
$SPEC
)
(with rpmrb script)
"
||
exit
1
fi
fi
$ETERBUILDBIN
/rpmbsh
$REMOTE
-i
$SPEC
||
fatal
"Error with build in hasher"
$ETERBUILDBIN
/rpmbsh
$REMOTE
-i
$SPEC
||
fatal
"Error with build in hasher"
...
...
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