- config() on postinstall_script now accepting .dist and .sample config file extensions
- added git_source section
- createpkg:
- - new options --status, --update and --commit to manage subversion repository
+ - new options --import, --status, --update and --commit to manage subversion repository
- subversion integration
- minor changes
- renamed config parameter CREATE_ARCH to CREATEPKG_ARCH
return $EXIT_CODE
fi
+ if ! echo $repository | grep -q ":"; then
+ repository="file://$repository"
+ fi
+
repository_type="`echo $repository | cut -d : -f 1`"
repository_path="`echo $repository | cut -d : -f 2`"