Skip to content
  • Lukas Fleischer's avatar
    web/html/pkgsubmit.php: Deal with unset category ID · 1b63994b
    Lukas Fleischer authored
    
    
    Do not move the package to the incoming package directory and fail to
    create proper database entries if some AUR upload helper doesn't provide
    a category. We got several failing constraints here, such as:
    
      Cannot add or update a child row: a foreign key constraint fails
      (`AUR`.`Packages`, CONSTRAINT `Packages_ibfk_1` FOREIGN KEY
      (`CategoryID`) REFERENCES `PackageCategories` (`ID`) ON DELETE NO
      ACTION)
    
    Instead, default to "1" (which is "none", or "keep category" for
    existing packages) if no category is supplied.
    
    Signed-off-by: default avatarLukas Fleischer <archlinux@cryptocrack.de>
    1b63994b