Signed-off-by: Andrew Schoen <aschoen@redhat.com>
}
EOF
# post the json to repo-extra json to chacra
- curl -X POST -H "Content-Type:application/json" --data "@$WORKSPACE/repo-extra.json" -u $CHACRACTL_USER:$CHACRACTL_KEY ${chacra_url}${chacra_repo_endpoint}/extra/
+ curl -X POST -H "Content-Type:application/json" --data "@$WORKSPACE/repo-extra.json" -u $CHACRACTL_USER:$CHACRACTL_KEY ${chacra_url}repos/${chacra_repo_endpoint}/extra/
# start repo creation
$VENV/chacractl repo update ${chacra_repo_endpoint}
EOF
chacra_repo_endpoint="${chacra_endpoint}/flavors/${FLAVOR}"
# post the json to repo-extra json to chacra
- curl -X POST -H "Content-Type:application/json" --data "@$WORKSPACE/repo-extra.json" -u $CHACRACTL_USER:$CHACRACTL_KEY ${chacra_url}${chacra_repo_endpoint}/extra/
+ curl -X POST -H "Content-Type:application/json" --data "@$WORKSPACE/repo-extra.json" -u $CHACRACTL_USER:$CHACRACTL_KEY ${chacra_url}repos/${chacra_repo_endpoint}/extra/
# start repo creation
$VENV/chacractl repo update ${chacra_repo_endpoint}