fuel-qa/fuelweb_test/helpers/regenerate_centos_repo

6 lines
72 B
Bash

#!/bin/bash
REPO_PATH=$1
createrepo --update ${REPO_PATH} 2>/dev/null