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
7a8b9842
Commit
7a8b9842
authored
Jun 07, 2019
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmgs: run .gear/source-postupdate-hook
parent
e090a593
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
rpmgs
bin/rpmgs
+11
-0
No files found.
bin/rpmgs
View file @
7a8b9842
...
@@ -304,6 +304,15 @@ update_post_git_submodules()
...
@@ -304,6 +304,15 @@ update_post_git_submodules()
docmd git commit
$PSM
-m
"update source prepared with submodules for version
$VERSION
"
docmd git commit
$PSM
-m
"update source prepared with submodules for version
$VERSION
"
}
}
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 ..."
sh
$RGD
/.gear/source-postupdate-hook
fi
}
# param: development, production
# param: development, production
update_predownloaded
()
update_predownloaded
()
{
{
...
@@ -541,6 +550,7 @@ do
...
@@ -541,6 +550,7 @@ do
fi
fi
update_post_git_submodules
update_post_git_submodules
source_postupdate_hook
# TODO: make plugins
# TODO: make plugins
update_predownloaded development
update_predownloaded development
update_predownloaded production
update_predownloaded production
...
@@ -550,6 +560,7 @@ do
...
@@ -550,6 +560,7 @@ do
DOWNLOADSOME
=
1
DOWNLOADSOME
=
1
elif
is_gear
;
then
elif
is_gear
;
then
commit_tarball
"
$FTB
"
commit_tarball
"
$FTB
"
source_postupdate_hook
# TODO: make plugins
# TODO: make plugins
update_predownloaded development
update_predownloaded development
update_predownloaded production
update_predownloaded production
...
...
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