From 1e365aeb09ccad345aecc38fd7e5306ab1ef6f71 Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 16 Jan 2009 17:42:22 +0000 Subject: another minor fix at createpkg --import git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@752 04377dda-e619-0410-9926-eae83683ac58 --- trunk/doc/CHANGELOG | 2 +- trunk/src/createpkg | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/trunk/doc/CHANGELOG b/trunk/doc/CHANGELOG index ca17efa..4c5b141 100644 --- a/trunk/doc/CHANGELOG +++ b/trunk/doc/CHANGELOG @@ -44,7 +44,7 @@ simplepkg changelog - 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 diff --git a/trunk/src/createpkg b/trunk/src/createpkg index 90fda8e..52116d9 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -358,6 +358,10 @@ function repository_import { 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`" -- cgit v1.2.3