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
1a5731c8
Commit
1a5731c8
authored
Jul 29, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix messages
parent
70bfe18f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
emkimage
bin/emkimage
+1
-0
rpmgp
bin/rpmgp
+2
-2
No files found.
bin/emkimage
View file @
1a5731c8
...
...
@@ -19,6 +19,7 @@ if [ "$1" = "-b" ] ; then
shift
2
fi
# fill LISTARGS
parse_cmd_pre
"
$@
"
#mygetopts $LISTARGS
...
...
bin/rpmgp
View file @
1a5731c8
...
...
@@ -319,7 +319,7 @@ git_clone()
# clone remote git
if
[
-n
"
$CLONEGIT
"
]
;
then
if
[
-z
"
$MIGRATEGIRAR
"
]
;
then
RREPO
=
$(
giter
$GITHOST
print girar pubrepo
$PKGNAME
)
||
fatal
"
$PKGNAME
does not exist
s
in
$GIRARHOST
:/gears, nor in
$GIRARHOST
:/srpms. Can't clone."
RREPO
=
$(
giter
$GITHOST
print girar pubrepo
$PKGNAME
)
||
fatal
"
$PKGNAME
does not exist in
$GIRARHOST
:/gears, nor in
$GIRARHOST
:/srpms. Can't clone."
git_clone
$RREPO
||
fatal
"Can't clone
$RREPO
for
$PKGNAME
"
if
cd
$PKGNAME
;
then
docmd git remote rename origin gear
...
...
@@ -327,7 +327,7 @@ if [ -n "$CLONEGIT" ] ; then
fi
else
[
-z
"
$PUBLICACCESS
"
]
||
fatal
"Can't remote clone via public access"
RREPO
=
$(
giter
$GITHOST
print girar pubrepo
$PKGNAME
)
||
fatal
"
$PKGNAME
does not exist
s
in
$GIRARHOST
:/gears, nor in
$GIRARHOST
:/srpms. Can't clone."
RREPO
=
$(
giter
$GITHOST
print girar pubrepo
$PKGNAME
)
||
fatal
"
$PKGNAME
does not exist in
$GIRARHOST
:/gears, nor in
$GIRARHOST
:/srpms. Can't clone."
echo
"Remote clone from
$RREPO
..."
docmd ssh
$GIRARHOST
clone
$RREPO
packages/
$PKGNAME
.git
||
warning
"Can't remote clone."
...
...
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