Skip to content
Snippets Groups Projects

loopy unpacking and multi packing

Merged Sevda Esen requested to merge sevda-loopy-unpacking3 into master
2 files
+ 83
71
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -82,7 +82,7 @@ class GitANNSvc : public ANNSvcBase {
Gaudi::Property<std::map<unsigned int, std::string>> m_key2commit{this, "KeyMapping", {}};
Gaudi::Property<std::map<unsigned int, std::string>> m_key2JSON{this, "Overrule", {}};
Gaudi::Property<std::string> m_tag{this, "Version", "master"};
Gaudi::Property<std::string> m_fmt{this, "RefFormatter", "{0}:json/{1:.2}/{1}.json"}; // 0=tag, 1=key, 2=label
Gaudi::Property<std::string> m_fmt{this, "RefFormatter", "{0}:ann/json/{1:.2}/{1}.json"}; // 0=tag, 1=key, 2=label
std::optional<std::string> fetch_from_repos( std::string const& oid ) const {
for ( const auto& repo : m_repo.value() ) {
Loading