]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
another minor fix at createpkg --import
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 16 Jan 2009 17:25:52 +0000 (17:25 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 16 Jan 2009 17:25:52 +0000 (17:25 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@751 04377dda-e619-0410-9926-eae83683ac58

trunk/src/createpkg

index 2cf8456007aafc93e6f126b5b291adda5fa1f1e7..90fda8e813b70dde63d3701cf5ce303350327d65 100644 (file)
@@ -382,7 +382,7 @@ function repository_import {
   fi
 
   echo "Importing packages from $packages_dir into $repository..."
-  svn import $packages_dir $repository
+  svn import $packages_dir $repository -m "importing binary packages"
   if [ "$?" == "0" ]; then
     echo "Making $packages_dir a working copy of $repository..."
     rm -rf $packages_dir