Skip to content
Snippets Groups Projects
  1. May 23, 2021
  2. May 14, 2021
  3. May 04, 2021
  4. Apr 30, 2021
  5. Mar 26, 2021
  6. Mar 13, 2021
  7. Jan 08, 2021
  8. Mar 28, 2020
  9. Mar 27, 2020
  10. Oct 04, 2019
  11. Oct 01, 2019
  12. Sep 28, 2019
  13. Sep 13, 2019
  14. Sep 06, 2019
  15. Aug 09, 2019
  16. May 03, 2019
  17. Jan 18, 2019
  18. Aug 19, 2015
  19. Jun 25, 2015
    • Santiago Rodriguez's avatar
      Create E10 hook · 3fd8d8ff
      Santiago Rodriguez authored
      For reference, those are the avaliable hooks:
      
      A 	Is for --build target. It is executed before build starts; after unpacking the build system, and unpacking the source, and satisfying the build-dependency.
      B 	s executed after build system finishes building, successfully, before copying back the build result.
      C 	Is executed after build failure, before cleanup.
      D 	Is executed before unpacking the source inside the chroot, after setting up the chroot environment. Create $TMP, and $TMPDIR if necessary. This is called before build-dependency is satisfied. Also useful for calling apt-get update
      E 	Is executed after pbuilder --update and pbuilder --create finishes apt-get work with the chroot, before umounting kernel file systems (/proc) and creating the tarball from the chroot.
      F 	Is executed just before user logs in, or program starts executing, after chroot is created in --login or --execute target.
      G 	Is executed just after debootstrap finishes, and configuration is loaded, and pbuilder starts mounting /proc and invoking apt-get install in --create target.
      
      (From http://wiki.tanglu.org/Setup_pBuilder_Develop_Environment )
      3fd8d8ff
    • Santiago Rodriguez's avatar
      5dff0391
  20. Jan 26, 2015
  21. Jan 23, 2015
  22. Jan 22, 2015
  23. Jan 21, 2015
  24. Jan 15, 2015
  25. Dec 17, 2014
  26. Dec 16, 2014
  27. Dec 08, 2014
  28. Nov 26, 2014
  29. Nov 25, 2014
Loading