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
60f9982b
Commit
60f9982b
authored
Aug 04, 2015
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmgp: use list packages from giter
parent
6b365d49
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
17 deletions
+2
-17
rpmgp
bin/rpmgp
+2
-2
git
share/eterbuild/functions/git
+0
-15
No files found.
bin/rpmgp
View file @
60f9982b
...
...
@@ -345,7 +345,7 @@ if [ -n "$CLONEGIT" ] ; then
fi
echo
"See other repos at
$GIRARHOST
:"
list_git_package
$PKGNAME
giter list packages
$PKGNAME
exit
$?
fi
...
...
@@ -407,7 +407,7 @@ if [ -n "$CHECKONLINE" ] ; then
fi
fi
echo
"Get repositories at
$GIRARHOST
:"
list_git_package
$PKGNAME
giter list packages
$PKGNAME
set_binaryrepo
$MENV
...
...
share/eterbuild/functions/git
View file @
60f9982b
...
...
@@ -95,21 +95,6 @@ set_girar_host()
return
1
}
_list_git_package
()
{
while
read
path
date
other
;
do
printf
"%60s "
$GIRARHOST
:
$path
[
-n
"
$date
"
]
||
{
echo
"[Date is missed]"
;
continue
;
}
date
-d
@
$date
done
}
# TODO: make world better, please
list_git_package
()
{
ssh
$GIRARHOST
find-package
$1
| _list_git_package
}
git_commit_ignore_nothing
()
{
git commit
"
$@
"
&&
return
...
...
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