]> pd.if.org Git - zpackage/blobdiff - zpm-update
add scripts to package hashing
[zpackage] / zpm-update
index 5786aa5c0bf70901d2927b7becbff67dccf0cdce..e1accc87393faf4acf73923aa0e8d2b9399c6c6f 100755 (executable)
@@ -202,6 +202,8 @@ fi
 
 if [ $ignorelibdeps -eq 1 ]; then
        merge=$(zpm search -iIO $search)
+       # TODO search for libs anyway and put a note for non-installed
+       # library deps
 else
        merge=$(zpm search -iIO -l $search)
 fi
@@ -341,10 +343,11 @@ fi
 
 if [ $verbose -gt 0 ]; then
        syncopts="${syncopts} -v"
-else
-       # force -v during development
-       syncopts="${syncopts} -v"
 fi
+#else
+       # force -v during development
+       #syncopts="${syncopts} -v"
+#fi
 
 if [ $dryrun -eq 0 ] && [ $backup -eq 1 ]; then
        true