1. 17 8月, 2015 2 次提交
  2. 16 8月, 2015 1 次提交
  3. 15 8月, 2015 4 次提交
    • P
      Alter process-policy to copy debug debs into the debugsuite · 6a750dc9
      Paul Tagliamonte 提交于
      This is the first step in creating a debug deb suite for the archive,
      and diverts debs that would be added to a suite into the debug suite
      linked.
      
      In the event the suite does not support diverting debug debs, the
      process-new routine will accept the package into the target suite.
      6a750dc9
    • P
      Update projectb to know about suite.debugsuite · 38414180
      Paul Tagliamonte 提交于
       Alter the schema to add `debugsuite` to the suite table, to point at
       the suite to copy debug debs to.
      38414180
    • P
      Modify binary package name check to accept -dbgsym · 19c39d45
      Paul Tagliamonte 提交于
       In particular, we should tolerate .deb packages that are in the
       Files, but are not present in the Binary package listing, since
       adding them into debian/control is a pretty bad idea.
      
       debhelper (currently, this will be default later), when givin
       `DH_BUILD_DDEBS=1` will build DH_BUILD_DDEBS that are in the Files
       list, named foo-dbgsym.
      
       The check now validates that the -dbgsym package corresponds to
       a package that *is* listed in the Binary package listing, and in
       the section "debug".
      19c39d45
    • A
      Reorganize code a bit. · 1bd09edc
      Ansgar Burchardt 提交于
      1bd09edc
  4. 14 8月, 2015 7 次提交
  5. 13 8月, 2015 3 次提交
    • A
      Add install_source_to_archive method · e409fd8d
      Ansgar Burchardt 提交于
      This method install the source into an archive without adding it to
      any suite. It is intended to be used to import extra source packages
      (i.e. those referenced only by Built-Using).
      e409fd8d
    • A
      HashedFile: Allow to use a different filename for input · 64292a3e
      Ansgar Burchardt 提交于
      This allows retrieving files using a temporary name, but to install
      them into the archive using their proper name.
      64292a3e
    • A
      Do not require all attributes to match · 5b02ab77
      Ansgar Burchardt 提交于
      If the same source or binary package is uploaded again, the
      fingerprint and changed_by might be different if some other person
      signed the new .changes (or if there is no .changes). We still want to
      be able to import such packages without error, retaining the
      attributes already present.
      5b02ab77
  6. 12 8月, 2015 7 次提交
  7. 11 8月, 2015 5 次提交
  8. 27 7月, 2015 3 次提交
  9. 01 7月, 2015 2 次提交
  10. 26 6月, 2015 1 次提交
    • A
      Shorten header for Contents indices · cd577d00
      Ansgar Burchardt 提交于
      Do not mention details like how often Contents indices are updates as
      these depend on the suite and have changed.
      
      Also remove the description on how to use grep to search these files.
      cd577d00
  11. 25 6月, 2015 4 次提交
  12. 23 6月, 2015 1 次提交