Mailinglist Archive: opensuse-buildservice (348 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] [PATCH 1/1 for build] Support remote repos (v2)
- From: Ludwig Nussel <ludwig.nussel@xxxxxxx>
- Date: Fri, 9 Apr 2010 08:49:59 +0200
- Message-id: <201004090849.59865.ludwig.nussel@xxxxxxx>
Yang, Yi Y wrote:
See the GetOptions() call in line 362.
cu
Ludwig
--
(o_ Ludwig Nussel
//\
V_/_ http://www.suse.de/
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg)
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
+ elif [ "${SRC#http://}" != "$SRC" ]; then$BUILD_DIR/createrepomddeps "$SRC"
+ mkdir -p "$(getcachedir "$SRC")"
+ set -- env CACHE_DIR="$CACHE_DIR"
createrepomddeps already has command line option handling so this
could be passed as command line option instead.
I didn't see createrepomddeps to have any option, it just takes a repo list,
could you explain how to do this?
See the GetOptions() call in line 362.
cu
Ludwig
--
(o_ Ludwig Nussel
//\
V_/_ http://www.suse.de/
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg)
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |