~vcs-imports/reprepro/trunk

« back to all changes in this revision

Viewing changes to incoming.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:
71
71
        /* delete everything referenced by a .changes on errors
72
72
         * after accepting that .changes file*/
73
73
        cuf_on_error,
74
 
        /* delete unused files after sucessfully
 
74
        /* delete unused files after successfully
75
75
         * processing the used ones */
76
76
        cuf_unused_files,
77
77
        /* same but restricted to .buildinfo files */
82
82
        /* only put _all.deb comes with those of some architecture,
83
83
         * only put in those architectures */
84
84
        iof_limit_arch_all = 0,
85
 
        /* allow .changes file to specify multipe distributions */
 
85
        /* allow .changes file to specify multiple distributions */
86
86
        iof_multiple_distributions,
87
87
        iof_COUNT /* must be last */
88
88
};
2265
2265
                        return r;
2266
2266
        }
2267
2267
 
2268
 
        // TODO: once uploaderlist allows to look for package names or existing
2269
 
        // override entries or such things, check package names here enable
2270
 
        // checking for content name with outer name
 
2268
        // TODO: once uploaderlist allows one to look for package names or
 
2269
        // existing override entries or such things, check package names here
 
2270
        // enable checking for content name with outer name
2271
2271
 
2272
2272
        /* when we get here, the package is allowed in, now we have to
2273
2273
         * read the parts and check all stuff we only know now */