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
bb9d5feb
Commit
bb9d5feb
authored
Feb 05, 2021
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmgs: fix bugs
parent
26ff81f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
rpmgs
bin/rpmgs
+9
-6
No files found.
bin/rpmgs
View file @
bb9d5feb
...
...
@@ -388,6 +388,7 @@ source_postupdate_hook()
fi
}
# FIXME: run only for predownload, not for every source
# param: development, production
update_predownloaded
()
{
...
...
@@ -440,7 +441,7 @@ update_predownloaded()
# drop all exclude vendor
# TODO: correct .* removing
rm
-rf
$(
ls
-1
|
grep
-v
vendor
)
.
*
rm
-rf
$(
ls
-1
|
grep
-v
vendor
)
.
[a-zA-Z0-9]
*
fi
#### end of composer only part
...
...
@@ -483,6 +484,8 @@ update_predownloaded()
fi
### end of npm part
# some modules contains own .git
find
-type
d
-name
".git"
-print
-exec
rm
-rvf
"{}"
\;
cd
-
>
/dev/null
docmd git add
-f
$PSM
...
...
@@ -734,13 +737,13 @@ fi
# download_to "$GETSOURCE" "$FTB"
fi
# TODO: make plugins
update_predownloaded development
update_predownloaded production
echog
"DONE with
$FTB
"
done
# TODO: make plugins
update_predownloaded development
update_predownloaded production
fi
[
-n
"
$DOWNLOADSOME
"
]
||
fatal
"No upstream code is updated for new version
$GSSETVERSION
."
...
...
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