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
6f5d4005
Commit
6f5d4005
authored
Jan 24, 2020
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmgs: fix messages
parent
da3a50bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
rpmgs
bin/rpmgs
+5
-5
No files found.
bin/rpmgs
View file @
6f5d4005
...
...
@@ -242,7 +242,7 @@ commit_tarball_to_dir()
# force commit ever files from .gitignore
docmd git add
-f
"
$CURNAME
"
if
[
-s
./.gear/postdownload-hook
]
;
then
info
"Detected ./.gear/postdownload-hook, run it in
$CURNAME
dir ..."
info
"Detected ./.gear/postdownload-hook, run
ning
it in
$CURNAME
dir ..."
cd
$CURNAME
||
fatal
sh ../.gear/postdownload-hook
cd
-
>
/dev/null
...
...
@@ -321,7 +321,7 @@ source_postupdate_hook()
{
local
RGD
=
$(
get_root_git_dir
)
if
[
-s
$RGD
/.gear/source-postupdate-hook
]
;
then
info
"Detected .gear/source-postupdate-hook, run it ..."
info
"Detected .gear/source-postupdate-hook, run
ning
it ..."
sh
$RGD
/.gear/source-postupdate-hook
$VERSION
fi
}
...
...
@@ -352,7 +352,7 @@ update_predownloaded()
cd
$PSM
||
fatal
if
[
-s
$RGD
/.gear/predownloaded-preinstall-hook
]
;
then
info
"Detected .gear/predownloaded-preinstall-hook, run it ..."
info
"Detected .gear/predownloaded-preinstall-hook, run
ning
it ..."
sh
$RGD
/.gear/predownloaded-preinstall-hook
$MODE
$VERSION
COMMITMSG
=
"update predownloaded-
$MODE
with a hook script"
fi
...
...
@@ -368,12 +368,12 @@ update_predownloaded()
[
"
$MODE
"
=
"production"
]
&&
PRODUCTION
=
'--production'
info
"Detected npm install hook, run npm install
$PRODUCTION
..."
info
"Detected npm install hook, run
ning
npm install
$PRODUCTION
..."
a
=
npm
install
$PRODUCTION
||
fatal
COMMITMSG
=
"update node_modules with npm install
$PRODUCTION
for
$VERSION
(see
$SDNAME
in .gear/rules)"
if
[
-s
$RGD
/.gear/predownloaded-postinstall-hook
]
;
then
info
"Detected .gear/predownloaded-postinstall-hook, run it ..."
info
"Detected .gear/predownloaded-postinstall-hook, run
ning
it ..."
sh
$RGD
/.gear/predownloaded-postinstall-hook
$MODE
$VERSION
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