~vcs-imports/reprepro/trunk

« back to all changes in this revision

Viewing changes to updates.c

  • Committer: Bernhard R. Link
  • Date: 2016-12-28 15:50:42 UTC
  • mfrom: (462.3.2)
  • Revision ID: git-v1:9f408a164edf32cad2f5737579fb4871f6fe211b
Tags: reprepro-debian-5.1.1-1
change version to 5.1.1-1 (unstable)
new bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02111-1301  USA
15
15
 */
16
16
 
17
 
/* This module handles the updating of distribtions from remote repositories.
 
17
/* This module handles the updating of distributions from remote repositories.
18
18
 * It's using apt's methods (the files in /usr/lib/apt/methods) for the
19
19
 * actuall getting of needed lists and package files.
20
20
 *
2057
2057
                /* we need anything that is needed in a target
2058
2058
                 * where something is new (as new might mean
2059
2059
                 * a package is left hiding leftmore packages,
2060
 
                 * and everthing in rightmore packages is needed
 
2060
                 * and everything in rightmore packages is needed
2061
2061
                 * to see what in the new takes effect) */
2062
2062
                for (ut = d->targets; ut != NULL ; ut = ut->next) {
2063
2063
                        if (ut->nothingnew)