return -1;
}
+ #ifdef LIBZYPP_1xx
+ // dont add rpms
+ God->initTarget("/", true);
+#else
+ God->initializeTarget("/");
+#endif
+
SourceManager_Ptr manager;
manager = SourceManager::sourceManager();
cout << "Warning! No sources. Operating only over the installed resolvables. You will not be able to install stuff" << endl;
}
-#ifdef LIBZYPP_1xx
- // dont add rpms
- God->initTarget("/", true);
-#else
- God->initializeTarget("/");
-#endif
-
std::string token = calculate_token();
if ( token != gSettings.previous_token )