logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

daptup - plugin for apt[itude] and cupt to list repository changes

Author

       daptup was written by Eugene V. Lyubimkin.

       This  manual page was written by Eugene V. Lyubimkin <jackyf@debian.org>, for the Debian project (but may
       be used by others).

                                                   Jan 5, 2013                                         DAPTUP(8)

Files

/etc/daptup.conf
              self-documented configuration file

       /var/spool/daptup/outdated
              cached file with info about outdated packages

Name

       daptup - plugin for apt[itude] and cupt to list repository changes

Options

--pre  Do only 'pre' stage: collect info that will be used as 'old'. Usually need to be specified only in
              apt hooks.

       --post Do  only  'post'  stage:  collect 'new' info and (if appropriate option is enabled in config file)
              output changes. Usually need to be specified only in apt hooks.

       --last Output changes only. This option is supposed to be specified when you want to see changes made  in
              the  last  update. Note that list of outdated packages, if daptup is configured to output it, will
              be rebuilt.

       -h--help
              prints the help

       --nocolor
              Disables color output, useful for scripts or when output is not  terminal.  Now  works  only  with
              --last option, however, you can disable color globally in configuration file.

       daptup is a script that outputs list of packages recently entered to repo, list of packages which got new
       updates, list of changes in 'watched' packages and, optionally, list of outdated packages.

       Starting  with  0.8.0 version, daptup uses apt hooks and you don't need to explicitly call it. It will be
       called automatically by all the supported package managers.

See Also

apt-get(8), aptitude(8), cupt(1)

Synopsis

daptup ( --pre | --post | --last ) [ -h | --help ] [ --nocolor ]

Troubleshooting

       If daptup was interrupted while building the lists, the cached lists  can  stay  in  inconsistent  state,
       which  is inappropriate if you want to use --last option before the new update. There is nothing to do if
       interrupt occurred at the moment when old lists were building (besides running the new update).  However,
       if interrupt occurred when the new lists were building, you can easily redo this stage by calling 'daptup
       --post'.

See Also