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
d155dfa1
Commit
d155dfa1
authored
Jul 20, 2008
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
introduce print_list func and use it
parent
1ed9d527
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
12 deletions
+9
-12
myhsh
etersoft-build-utils/bin/myhsh
+1
-4
rpmgp
etersoft-build-utils/bin/rpmgp
+0
-8
common
etersoft-build-utils/share/common
+8
-0
No files found.
etersoft-build-utils/bin/myhsh
View file @
d155dfa1
...
...
@@ -137,10 +137,7 @@ else
echog
"Full list of the hashered packages:"
fi
for
i
in
$LISTBUILTSH
;
do
echo
"
$i
"
LASTPACKAGE
=
$i
done
print_list
$LISTBUILTSH
echo
...
...
etersoft-build-utils/bin/rpmgp
View file @
d155dfa1
...
...
@@ -37,14 +37,6 @@ list_systems()
done
}
print_list
()
{
local
i
for
i
in
$@
;
do
echo
-e
"
\t
$i
"
done
}
html_filter
()
{
grep
"src.rpm"
|
sed
-e
"s|.*href=
\"
||g"
|
sed
-e
"s|
\"
.*||g"
...
...
etersoft-build-utils/share/common
View file @
d155dfa1
...
...
@@ -59,6 +59,14 @@ warning()
echog
"Warning:
$@
"
}
print_list
()
{
local
i
for
i
in
$@
;
do
echo
"
$i
"
done
}
# , ALT-
is_alt
()
{
...
...
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