Re: multipatch-build git source
Thanh Ha <thanh.ha@...>
I would not hardcode it. We have standard variables that can be used that is defined globally. Please use one of these global environment variables to clone: GIT_BASE: git://devvexx.opendaylight.org/mirror/$PROJECT GIT_URL: git://devvexx.opendaylight.org/mirror I think GIT_BASE should cover the majority of cases so the git clone command should become: git clone "$GIT_BASE" which should automatically pull in ${PROJECT} as it's defined globally. If not we can fallback on "git clone $GIT_URL/${PROJECT}" Regards, Thanh On Tue, Nov 27, 2018 at 5:56 AM Luis Gomez <ecelgp@...> wrote: Current script is just doing this for every project: |
|