pbuilder , is there a way to generate and keep log files with human-readable time-stamps

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite
1












This is what my existing ~/.pbuilderrc is which is symlinked to ~/root/.pbuilderrc



$ cat ~/.pbuilderrc 
BASEPATH="/var/cache/pbuilder/sid-amd64/base.cow"
DISTRIBUTION="sid"
MIRRORSITE="http://deb.debian.org/debian/"
# Enable build log
PKGNAME_LOGFILE="yes"


while I am understanding how cowbuilder and pbuilder works, is it possible to have a log file which shows how the build happened even after the build is successfully created.



Update - I am using cowbuilder and don't see any way to have detailed logs to keep after a run happens.










share|improve this question



























    up vote
    1
    down vote

    favorite
    1












    This is what my existing ~/.pbuilderrc is which is symlinked to ~/root/.pbuilderrc



    $ cat ~/.pbuilderrc 
    BASEPATH="/var/cache/pbuilder/sid-amd64/base.cow"
    DISTRIBUTION="sid"
    MIRRORSITE="http://deb.debian.org/debian/"
    # Enable build log
    PKGNAME_LOGFILE="yes"


    while I am understanding how cowbuilder and pbuilder works, is it possible to have a log file which shows how the build happened even after the build is successfully created.



    Update - I am using cowbuilder and don't see any way to have detailed logs to keep after a run happens.










    share|improve this question

























      up vote
      1
      down vote

      favorite
      1









      up vote
      1
      down vote

      favorite
      1






      1





      This is what my existing ~/.pbuilderrc is which is symlinked to ~/root/.pbuilderrc



      $ cat ~/.pbuilderrc 
      BASEPATH="/var/cache/pbuilder/sid-amd64/base.cow"
      DISTRIBUTION="sid"
      MIRRORSITE="http://deb.debian.org/debian/"
      # Enable build log
      PKGNAME_LOGFILE="yes"


      while I am understanding how cowbuilder and pbuilder works, is it possible to have a log file which shows how the build happened even after the build is successfully created.



      Update - I am using cowbuilder and don't see any way to have detailed logs to keep after a run happens.










      share|improve this question















      This is what my existing ~/.pbuilderrc is which is symlinked to ~/root/.pbuilderrc



      $ cat ~/.pbuilderrc 
      BASEPATH="/var/cache/pbuilder/sid-amd64/base.cow"
      DISTRIBUTION="sid"
      MIRRORSITE="http://deb.debian.org/debian/"
      # Enable build log
      PKGNAME_LOGFILE="yes"


      while I am understanding how cowbuilder and pbuilder works, is it possible to have a log file which shows how the build happened even after the build is successfully created.



      Update - I am using cowbuilder and don't see any way to have detailed logs to keep after a run happens.







      debian pbuilder cowbuilder






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Sep 1 at 8:08

























      asked Aug 31 at 18:21









      shirish

      3,31942474




      3,31942474




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote













          If you run pbuilder manually, you can use the --logfile and --loglevel options to specify where and what to log.



          Generally speaking though you’ll use pbuilder via another tool, which will take care of logs for you. For example, pdebuild will leave a log file ending in .build, with start and end timestamps, containing the build logs, alongside the packages it gets from pbuilder.



          The same applies to cowbuilder: pdebuild --pbuilder cowbuilder will build a package using cowbuilder and leave a log file names after the package, ending in .build, alongside the resulting packages (typically in the parent directory).






          share|improve this answer






















          • I updated my query and now have cowbuilder in the mix.
            – shirish
            Sep 1 at 8:08










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f466096%2fpbuilder-is-there-a-way-to-generate-and-keep-log-files-with-human-readable-tim%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          2
          down vote













          If you run pbuilder manually, you can use the --logfile and --loglevel options to specify where and what to log.



          Generally speaking though you’ll use pbuilder via another tool, which will take care of logs for you. For example, pdebuild will leave a log file ending in .build, with start and end timestamps, containing the build logs, alongside the packages it gets from pbuilder.



          The same applies to cowbuilder: pdebuild --pbuilder cowbuilder will build a package using cowbuilder and leave a log file names after the package, ending in .build, alongside the resulting packages (typically in the parent directory).






          share|improve this answer






















          • I updated my query and now have cowbuilder in the mix.
            – shirish
            Sep 1 at 8:08














          up vote
          2
          down vote













          If you run pbuilder manually, you can use the --logfile and --loglevel options to specify where and what to log.



          Generally speaking though you’ll use pbuilder via another tool, which will take care of logs for you. For example, pdebuild will leave a log file ending in .build, with start and end timestamps, containing the build logs, alongside the packages it gets from pbuilder.



          The same applies to cowbuilder: pdebuild --pbuilder cowbuilder will build a package using cowbuilder and leave a log file names after the package, ending in .build, alongside the resulting packages (typically in the parent directory).






          share|improve this answer






















          • I updated my query and now have cowbuilder in the mix.
            – shirish
            Sep 1 at 8:08












          up vote
          2
          down vote










          up vote
          2
          down vote









          If you run pbuilder manually, you can use the --logfile and --loglevel options to specify where and what to log.



          Generally speaking though you’ll use pbuilder via another tool, which will take care of logs for you. For example, pdebuild will leave a log file ending in .build, with start and end timestamps, containing the build logs, alongside the packages it gets from pbuilder.



          The same applies to cowbuilder: pdebuild --pbuilder cowbuilder will build a package using cowbuilder and leave a log file names after the package, ending in .build, alongside the resulting packages (typically in the parent directory).






          share|improve this answer














          If you run pbuilder manually, you can use the --logfile and --loglevel options to specify where and what to log.



          Generally speaking though you’ll use pbuilder via another tool, which will take care of logs for you. For example, pdebuild will leave a log file ending in .build, with start and end timestamps, containing the build logs, alongside the packages it gets from pbuilder.



          The same applies to cowbuilder: pdebuild --pbuilder cowbuilder will build a package using cowbuilder and leave a log file names after the package, ending in .build, alongside the resulting packages (typically in the parent directory).







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Sep 1 at 9:54

























          answered Aug 31 at 21:01









          Stephen Kitt

          147k22321388




          147k22321388











          • I updated my query and now have cowbuilder in the mix.
            – shirish
            Sep 1 at 8:08
















          • I updated my query and now have cowbuilder in the mix.
            – shirish
            Sep 1 at 8:08















          I updated my query and now have cowbuilder in the mix.
          – shirish
          Sep 1 at 8:08




          I updated my query and now have cowbuilder in the mix.
          – shirish
          Sep 1 at 8:08

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f466096%2fpbuilder-is-there-a-way-to-generate-and-keep-log-files-with-human-readable-tim%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay