File: TODO

package info (click to toggle)
ostree-push 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 440 kB
  • sloc: python: 3,650; makefile: 10
file content (7 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7

* There's no local repository locking. If another process writes to the
  repository while the HTTP server is active, it might serve the wrong
  contents. If the OSTree repo locking API is made public, the local
  repo should be locked while the push is happening. In practice this
  shouldn't be an issue since you're unlikely to be making commits into
  a shared repo.