add Target::cleanCache
authorMichael Andres <ma@suse.de>
Wed, 30 Apr 2008 11:03:44 +0000 (11:03 +0000)
committerMichael Andres <ma@suse.de>
Wed, 30 Apr 2008 11:03:44 +0000 (11:03 +0000)
zypp/Target.cc
zypp/Target.h
zypp/target/TargetImpl.cc

index 3d480dcefe8235510cad30dd39da89b3a87fa930..1b56dc64c02abe2c6e310c6f77032055b4fa7fb9 100644 (file)
@@ -67,6 +67,9 @@ namespace zypp
   void Target::buildCache()
   { _pimpl->buildCache(); }
 
+  void Target::cleanCache()
+  { _pimpl->clearCache(); }
+
   void Target::load()
   { _pimpl->load(); }
 
index c6f2cadebe4e482da18948d1040a672bbb74e960..bdcf2d9969fd3f6311f0f08c180c3503bb087478 100644 (file)
@@ -60,6 +60,11 @@ namespace zypp
     void buildCache();
 
     /**
+     * cleans the target cache (.solv files)
+     */
+    void cleanCache();
+
+   /**
      * load resolvables into the pool
      */
     void load();
index 8579b6d31ecd165e46be736f6f4857b79738197c..f6646c34b94de91c64b44fa63988fc5974b4741e 100644 (file)
@@ -118,7 +118,8 @@ namespace zypp
       // name,version,release: Script name must match 'name-version.release-' prefix
       //
 #warning needs to be reimplemented exception safe
-      void RunUpdateScript(Pathname path, std::string name, std::string version, std::string release)
+#warning needs to take root prefix into account and execute chroot
+     void RunUpdateScript(Pathname path, std::string name, std::string version, std::string release)
       {
        // open the scripts directory