Skip to content
Snippets Groups Projects

git support

Merged Levente Polyak requested to merge git-support into master
All threads resolved!
Files
14
+ 1
1
@@ -64,7+64,7 @@
continue
fi
# Check if the license or .force file does not enforce creating a source package
if ! ((( ${#ALLOWED_LICENSES[@]} == 0 )) || check_license "${pkglicense[@]}" || grep -Fqx "${pkgbase}" "${dirname}/sourceballs.force"); then
continue
fi
# Store the expected file name of the source package
@@ -79,7+79,7 @@
# Get the sources from svn
mkdir -p -m0770 "${WORKDIR}/pkgbuilds/${repo}-${pkgarch}"
export_from_vcs "${pkgbase}" "repos/${repo}-${pkgarch}" "" "${WORKDIR}/pkgbuilds/${repo}-${pkgarch}/${pkgbase}"
export_from_vcs "${pkgbase}" "${pkgver}" "${WORKDIR}/pkgbuilds/${repo}-${pkgarch}/${pkgbase}"
if (( $? >= 1 )); then
failedpkgs+=("${pkgbase}-${pkgver}${SRCEXT}")
continue
Loading