cache decision for repository depend on his url.
[platform/upstream/libzypp.git] / zypp / RepoInfo.h
index 58b1a0c..0903701 100644 (file)
@@ -242,6 +242,7 @@ namespace zypp
     /**
      * Add a base url. \see baseUrls
      * \param url The base url for the repository.
+     * \note can change keepPackages,so change it after this call
      *
      * To recreate the base URLs list, use \ref setBaseUrl(const Url &) followed
      * by addBaseUrl().
@@ -250,6 +251,7 @@ namespace zypp
 
     /**
      * Clears current base URL list and adds \a url.
+     * \note can change keepPackages,so change it after this call
      */
     RepoInfo & setBaseUrl( const Url &url );