(self)
| 239 | self.store.store("keys/repokey", keydata) |
| 240 | |
| 241 | def load_key(self): |
| 242 | keydata = self.store.load("keys/repokey") |
| 243 | # note: if we return an empty string, it means there is no repo key |
| 244 | return keydata |
| 245 | |
| 246 | def destroy(self): |
| 247 | """Destroy the repository""" |