- Load and maintain persistent hard locks stored in /etc/zypp/locks.
authorMichael Andres <ma@suse.de>
Wed, 30 Apr 2008 23:07:34 +0000 (23:07 +0000)
committerMichael Andres <ma@suse.de>
Wed, 30 Apr 2008 23:07:34 +0000 (23:07 +0000)
commitaec71ceb94f71b9cde64d78622c9e42715221532
tree888932c66a216659c09deb4fe35b3614193ca12a
parent95cdad4d6855062c9cbb0afff6dcaff3f4150ebd
- Load and maintain persistent hard locks stored in /etc/zypp/locks.
  Locks are loaded together with the target, and changes are writen
  back on commit. zypp.conf option locksfile.apply can be used to turn
  this feature on or off. (FATE #120352)
15 files changed:
VERSION.cmake
devel/devel.ma/NewPool.cc
package/libzypp.changes
zypp/CMakeLists.txt
zypp/ResPool.cc
zypp/ResPool.h
zypp/ZYpp.cc
zypp/ZYpp.h
zypp/target/HardLocksFile.cc [new file with mode: 0644]
zypp/target/HardLocksFile.h [new file with mode: 0644]
zypp/target/SoftLocksFile.h
zypp/target/TargetImpl.cc
zypp/target/TargetImpl.h
zypp/zypp_detail/ZYppImpl.cc
zypp/zypp_detail/ZYppImpl.h