Skip to content
  1. Aug 08, 2013
  2. Oct 13, 2012
  3. Jun 10, 2012
    • Lukas Fleischer's avatar
      Gracefully handle files containing an "@" · fda394f1
      Lukas Fleischer authored
      
      
      The "@" sign in file names in SVN marks the beginning of a pegged
      version number -- from the Subversion book:
      
          Peg revisions are specified to the Subversion command-line client
          using at syntax, so called because the syntax involves appending an
          “at sign” (@) and the peg revision to the end of the path with which
          the revision is associated.
      
      The trivial workaround is to always append an at sign to the end of the
      path in the version control checks.
      
      Before:
      
          $ community-stagingpkg 'Add systemd units.'
          ==> ERROR: exim-submission@.service is not under version control
          $ svn status -v | grep 'exim-submission@.service'
          A                -       ?   ?           exim-submission@.service
      
      After:
      
          $ community-stagingpkg 'Add systemd units.'
          ==> Committing changes to trunk...done
          ==> Signing package exim-4.80-2-x86_64.pkg.tar.xz...
          [...]
      
      Signed-off-by: default avatarLukas Fleischer <archlinux@cryptocrack.de>
      Signed-off-by: default avatarPierre Schmitz <pierre@archlinux.de>
      fda394f1
  4. Feb 12, 2012
    • Lukas Fleischer's avatar
      archrelease: Validate tags before releasing · 9ab0d945
      Lukas Fleischer authored
      
      
      Compare every single tag with a list of valid tags. This prevents broken
      releases which occurred whenever someone made a typo on the command
      line:
      
          $ ./archrelease community i686
          ==> ERROR: archrelease: Invalid tag: "community" (use -f to force release)
      
      Since the list is used in the ZSH completion as well, break it out to a
      separate file and move it to "lib/". Also, add a command line parameter
      to allow for releasing to an unknown repository when necessary.
      
      Signed-off-by: default avatarLukas Fleischer <archlinux@cryptocrack.de>
      Signed-off-by: default avatarPierre Schmitz <pierre@archlinux.de>
      9ab0d945
  5. Nov 04, 2011
  6. Nov 01, 2011
  7. Oct 12, 2011
  8. Oct 07, 2011
  9. Aug 25, 2011
  10. Aug 18, 2011
  11. Aug 13, 2011
  12. Jul 25, 2011
  13. Apr 09, 2011
  14. Dec 14, 2010
  15. Jun 24, 2010
  16. Feb 22, 2010
  17. Feb 17, 2010
  18. Feb 13, 2010
  19. Feb 12, 2010
  20. Feb 11, 2010
  21. Oct 06, 2009
  22. Apr 22, 2008
  23. Apr 20, 2008
  24. Apr 09, 2008
  25. Apr 08, 2008