Skip to content
Snippets Groups Projects
  1. Jul 05, 2017
  2. Apr 05, 2017
    • lukeshu@parabola.nu's avatar
      6098253f
    • Luke Shumaker's avatar
      Avoid using string interpolation; use printf format strings instead. · cb35d74f
      Luke Shumaker authored
      This involves extending the signature of lib/common.sh's `stat_busy()`,
      `lock()`, and `slock()`. The `mesg=$1; shift` in stat_busy even suggests
      that this is what was originally intended from it.
      cb35d74f
    • Luke Shumaker's avatar
      Add a "License:" tag to all code files. · 14d5e1c2
      Luke Shumaker authored
      In cases where there is no license specified, the file is tagged as
      "License: Unspecified".  Obviously, that is not ideal, but it
      highlights the fact, and I hope that it encourages whoever has the
      authority to specify the license to do so.
      
      On that note, to anyone who may have the authority to specify the
      license of files in devtools: the current licence of many files is
      GPLv2 with no option for later versions; I impore you to re-license
      them to have the "or any later version" option.
      14d5e1c2
  3. Dec 24, 2014
  4. Nov 09, 2014
    • Ramon Buldó's avatar
      Update devtools to arch devtools 20141024 · 4b9f230c
      Ramon Buldó authored
      - Uses now systemd-nspawn, so its not compatible with openrc.
      - Added bash and zsh completion.
      - mkarchroot (mkmanjaroroot) lost the -b (branch) -a (arch) options instead you should copy the correct files using -M for makepkg (arch) or -S for pacman-mirrors (branch). The archbuild (manjarobuild) script have been updated to follow this.
      - makechrootpkg also lost the -b option (branch), instead it should point to a chroot with the correct branch and other config files already set.
      - manjarobuild and mkmanjaroroot are now symlinks to archbuild and mkarchroot (to keep differences from upstream to a minimum).
      - Includes all fixes and updates between upstream devtools-20130408 and devtools-20141024.
  5. Oct 25, 2014
  6. Oct 02, 2014
  7. Nov 01, 2013
  8. Oct 27, 2013
  9. Aug 18, 2013
  10. Aug 08, 2013
  11. May 01, 2013
  12. Nov 15, 2012
  13. Nov 01, 2011
  14. Oct 13, 2011
  15. Oct 07, 2011
    • Lukas Fleischer's avatar
      Support non-standard install locations · 46c4def0
      Lukas Fleischer authored
      
      This build system overhaul allows for adding (define-style) macros to
      our scripts. All source files are now suffixed with ".in" to clarify
      that they might contain unprocessed defines. The Makefile provides a new
      rule to preprocess source files and generate proper output scripts.
      
      Also, add a "@pkgdatadir@" define (as used in GNU Autotools) and use it
      instead of hardcoded paths to "/usr/share/devtools" everywhere. We
      missed this when adding PREFIX support to the build system in commit
      35fc83ce.
      
      Signed-off-by: default avatarLukas Fleischer <archlinux@cryptocrack.de>
      46c4def0
  16. Aug 25, 2011
  17. Aug 13, 2011
  18. Jul 25, 2011
  19. May 16, 2011
  20. Apr 29, 2011
  21. Jan 08, 2011
  22. Dec 02, 2010
  23. Sep 11, 2010
  24. Sep 06, 2010
Loading