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
ea0797f8
Commit
ea0797f8
authored
Oct 18, 2011
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmbs: use cd instead pushd/popd
parent
f4ec0504
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
rpmbs
bin/rpmbs
+2
-2
No files found.
bin/rpmbs
View file @
ea0797f8
...
...
@@ -118,11 +118,11 @@ check_gear_and_tag()
if
is_gear
$SPECDIR
;
then
# needed correct user.name/user.email for get GPG id
push
d
$SPECDIR
>
/dev/null
c
d
$SPECDIR
>
/dev/null
# default: <VERSION>-<RELEASE>
docmd
$GEARCTAG
$FORCE
||
RESULT
=
1
test
-z
"
$TAG
"
||
docmd git tag
-v
"
$TAG
"
||
fatal
"Tag
$TAG
is missed in repo"
popd
>
/dev/null
cd
-
>
/dev/null
fi
return
$RESULT
}
...
...
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