Skip to content
  1. May 10, 2014
  2. Nov 04, 2013
  3. Nov 01, 2013
    • Dave Reisner's avatar
      common: implement find_cached_package · 27441f20
      Dave Reisner authored
      
      
      This function (currently) searches through $PWD and $PKGDEST looking
      for a tarball matching the requested package name, architecture, and
      pkgver. If found, it writes the full path to the located package to
      stdout and returns 0, else 1. If more than 1 match is found, it's
      treated as an error and the user will need to figure out what to do.
      
      Use this in checkpkg and commitpkg, which previously implemented their
      own less complete logic, to locate the build artifacts they rely on.
      
      Signed-off-by: default avatarDave Reisner <dreisner@archlinux.org>
      Signed-off-by: default avatarPierre Schmitz <pierre@archlinux.de>
      27441f20
  4. Aug 08, 2013
  5. May 03, 2013
  6. Oct 27, 2012
  7. Oct 03, 2012
  8. Jun 16, 2012
  9. Nov 04, 2011
  10. Nov 01, 2011