Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 750 Bytes

transaction.rst

File metadata and controls

24 lines (19 loc) · 750 Bytes

Transactions

Author

Chris Warrick <chris@chriswarrick.com>

Copyright

© 2011-2019, Chris Warrick.

License

BSD (see /LICENSE or Appendix B <LICENSE>.)

Date

2019-01-12

Version

4.3.0

transaction

4.1.0

To install built packages, PKGBUILDer uses transactions. A transaction stores:

  • package names (as requested by user), used for the validation step
  • package file names, moved to pacman cache and installed through pacman -U
  • signature file names, moved to pacman cache
  • options for running the transaction
  • a reference to the transaction file name (if any; .tx files are autosaved when status changes occur)

pkgbuilder.transaction