You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2017/10/20 14:14:00 UTC

[jira] [Resolved] (YETUS-532) help for path to artifacts different from actual option

     [ https://issues.apache.org/jira/browse/YETUS-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Busbey resolved YETUS-532.
-------------------------------
       Resolution: Duplicate
    Fix Version/s:     (was: 0.6.0)

> help for path to artifacts different from actual option
> -------------------------------------------------------
>
>                 Key: YETUS-532
>                 URL: https://issues.apache.org/jira/browse/YETUS-532
>             Project: Yetus
>          Issue Type: Bug
>          Components: Test Patch
>    Affects Versions: 0.4.0, 0.5.0
>            Reporter: Sean Busbey
>            Priority: Critical
>
> help for test patch says
> {code}
>   yetus_add_option "--build-url-patchdir=<location>" "Location relative to --build-url of the --patch-dir (Default: '${BUILD_URL_ARTIFACTS}')"
> {code}
> But the actual parsing does
> {code}
>       --build-url-artifacts=*)
>         # shellcheck disable=SC2034
>         BUILD_URL_ARTIFACTS=${i#*=}
>       ;;
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)