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
acc04170
Commit
acc04170
authored
Sep 16, 2010
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpmgp: fix tabs and varname
parent
7c7081a6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
rpmgp
bin/rpmgp
+3
-3
No files found.
bin/rpmgp
View file @
acc04170
...
...
@@ -172,7 +172,7 @@ while getopts :habcdglmrs opt; do
d
)
DOWNLOADALL
=
1
;;
g
)
CLONEGIT
=
1
;;
l
)
LISTREQS
=
1
;;
m
)
MIGRATEG
E
AR
=
1
;;
m
)
MIGRATEG
IR
AR
=
1
;;
r
)
UPDATECACHE
=
1
;;
s
)
load_systems_list
list_systems
...
...
@@ -250,7 +250,7 @@ if [ -n "$CLONEGIT" ] ; then
# http://git.altlinux.org/gears/N/NAME.git
RREPO
=
"/gears/
$REPOPATH
"
if
[
-z
"
$MIGRATEG
E
AR
"
]
;
then
if
[
-z
"
$MIGRATEG
IR
AR
"
]
;
then
echo
"Clone from
$GIRARHOST
:
$RREPO
..."
if
!
git clone
$GIRARHOST
:
$RREPO
;
then
# http://git.altlinux.org/srpms/N/NAME.git
...
...
@@ -281,7 +281,7 @@ if [ -n "$CLONEGIT" ] ; then
exit
$?
fi
if
[
-n
"
$MIGRATEG
E
AR
"
]
;
then
if
[
-n
"
$MIGRATEG
IR
AR
"
]
;
then
for
INFILE
in
$LISTNAMES
;
do
# call for each file due generated BASENAME
LISTNAMES
=
$INFILE
pack_src_rpm
$INFILE
$LISTRPMARGS
...
...
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