[buildd-tools-devel] [GIT] sbuild annotated tag, debian/sbuild-0.60.0-1, created. debian/sbuild-0.60.0-1

Roger Leigh rleigh at alioth.debian.org
Tue Feb 23 22:30:43 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "sbuild".

The annotated tag, debian/sbuild-0.60.0-1 has been created
        at  75e8fa37d518f3979b5f85ec5b18185139bb3986 (tag)
   tagging  597dcb36cff438fe98358e708cfa12dfd4498585 (commit)
  replaces  release/sbuild-0.59.1-rc1
 tagged by  Roger Leigh
        on  Tue Feb 23 22:29:26 2010 +0000

- Log -----------------------------------------------------------------
sbuild-0.60.0-1 (dist=unstable, urgency=low)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABEDAAYFAkuEVsYACgkQVcFcaSW/uEhqWgCdE5DBCz2bzWio5WyaVMIJEtxB
//cAnR5+sZyr8kaBefhcOlnWDhb1Jg+k
=ExKU
-----END PGP SIGNATURE-----

Andreas Barth (1):
      add config stanza to motivate packages to build in parallel

Andres Mejia (7):
      Add utility subroutines that are used to check and download from a URL and parse dsc files.
      Implement support to detect and build from remote source files. This also changed dsc_files to support reading dsc files downloaded from the web.
      Add sbuild-clean script
      Make use of LWP::UserAgent optional and implement the progress indicator
      bin/sbuild-debuild: provide debuild like functionality for sbuild
      Sbuild::Conf: Allow setting of $build_dir
      Print to the saved stdout stream from Sbuild::Logbase instead of STDERR. This will ensure output from download() subroutine don't end up in any build logs.

Cyril Brulebois (1):
      sbuild-createchroot: Compute an absolute path for chroot location

Felipe Sateler (1):
      wanna-build-merge-packages: Remove extra parenthesis

Geoffrey Thomas (2):
      build: Only use silent-rules if it's available
      scripts/git-version: Ask git for date differently

Gustavo Noronha Silva (1):
      Sbuild::Build: APT_UPDATE updates and upgrades the chroot

Jan-Marek Glogowski (3):
      sbuild-createchroot: Cleanup symlink error mesg
      build: Remove config.h.in~
      debian: Cleanup make -C and comments

Karl Goetz (4):
      AUTHORS: Swapped all entries to tabs (was a mix of tabs and whitespace)
      NEWS-buildd: Changed last few news-buildd entries to match existing entries.
      README: Rework
      README.buildd-admin: Rewording and reworking

Kees Cook (1):
      sbuild: Drop unused code

Marc Brockschmidt (95):
      Sbuild::DB::Client: No DB queries from chroot
      Sbuild::Chroot: Fix undef value in debug output
      buildd.init: Respect NO-DAEMON-PLEASE
      Sbuild::DB::Client: Correctly handle WB_SSH_CMD
      Buildd::Daemon: Log even if there's nothing to do
      buildd: Fix log reopening
      Buildd::Daemon: Actually build a few packages
      Buildd::Daemon: Fix logic in w-b pipe handling
      Merge remote branch 'origin/buildd'
      Buildd::Conf: Try to convert old config to new style
      buildd: Make multi-archive-capable
      Buildd: Make dupload queues configurable
      buildd-vlog: Fix log file name pattern for modern sbuild
      Buildd: Fix EXIT-DAEMON-PLEASE handling
      Don't try to start/restart after package installation
      Buildd::Mail: Make it work
      sbuild: Fix giving-back after failed pkg builds
      Buildd::Daemon: Fix sbuild call with mailto address
      sbuild: Move b-dep resolver into its own module
      sbuild: Add aptitude-based build-dep resolver
      sbuild: Allow conf/options to choose b-dep resolver
      buildd: Allow dists to choose sbuild dep-resolver
      Sbuild::AptitudeResolver: Use last set of installed pkgs
      Sbuild::AptitudeResolver: Handle packages installed for aptitude
      Buildd::Mail: Use the right config...
      Buildd::Conf: Actually use dupload-queue config
      buildd: Some support configs/scripts
      buildd: Import send_mail where needed
      Sbuild::AptitudeResolver: Remove aptitude cruft completly
      Sbuild::Build: Put build directory clearly into log
      sbuild: Don't write NEED-TO-UNINSTALL for cloned chroots
      sbuild: Let the dep resolver remove the srcdep lock
      buildd-watchers: Don't rm other people's lock files
      Sbuild::Build: Fail in buildd mode if apt update failed
      buildd-watcher: Never remove the pid file
      Sbuild::*Satisfier: Fix logging to use $builder
      Sbuild::Internal*Satisfier: Fix POSIX.pm usage
      Sbuild::LogBase: Change program name of logger child
      Sbuild::Aptitude*Satisfier: Remove aptitude cruft from output
      bin/sbuild: Define needed variables...
      Sbuild::Build: Fix constructor call of Sbuild::InternalBuildDepSatisfier
      Don't keep the watcher running
      Merge remote branch 'origin/master' into buildd
      Sbuild: Fix settign MAILTO based on distribution -> address mapping
      Sbuild: Don't reinstall/remove installed pkgs in cloned chroots
      Sbuild::Aptitude*Satisfier: Handle non-default versions better
      Sbuild::ConfBase: Fix stupid runtime error
      Buildd::Watcher: Redo buildd start, once again
      Sbuild::Aptitude*Satisfier: Handle Breaks/Conflicts more correctly
      *: Fix stupid syntax errors not noticed before
      Sbuild: Fix settign MAILTO based on distribution -> address mapping
      Sbuild::Conf: SetMAILTO_FORCED_BY_CLI to an actually false value
      sbuild: Move b-dep resolver into its own module
      sbuild: Add aptitude-based build-dep resolver
      Sbuild::AptitudeResolver: Use last set of installed pkgs
      Sbuild::AptitudeResolver: Handle packages installed for aptitude
      Sbuild::*Satisfier: Fix logging to use $builder
      Sbuild::Internal*Satisfier: Fix POSIX.pm usage
      Sbuild::Aptitude*Satisfier: Remove aptitude cruft from output
      Sbuild: Don't reinstall/remove installed pkgs in cloned chroots
      Sbuild::Aptitude*Satisfier: Handle non-default versions better
      Sbuild::Aptitude*Satisfier: Handle Breaks/Conflicts more correctly
      *: Fix stupid syntax errors not noticed before
      [Sbuild::Build] Fix: Write essential deps into ->{'ESSENTIAL'}
      [Sbuild::InternalBuildDepSatisfier] Fix: Don't try to acquire the same lock twice
      Merge remote branch 'rleigh/buildd-plain-log' into buildd
      [Buildd::Mail] Fix: Handle Built/Build-Attempted as Building when checking pkg status
      buildd-uploader: Fixed to use non-forked, simple logging
      [Buildd::Base] Beautify log messages: prepend timestamp to message
      [Buildd::Base] Autoflush makes tailing the build.log more useful
      Buildd::Base: Redirect STDOUT/STDERR in open_log
      Buildd::Base: Preprend every log line with prefix
      Buildd::Daemon: Adapt ssh socket handling to multiarchive
      Sbuild/Build: Fix removal of build dirs
      buildd: Allow to configure the built architecture
      Buildd::Base: Fix temporary logging to /dev/null
      Buildd::Daemon: Adapt ssh socket handling to multiarchive
      Sbuild/Build: Fix removal of build dirs
      buildd: Allow to configure the built architecture
      Buildd::Base: Fix temporary logging to /dev/null
      AptitudeBuildDepSatisfier: Fix locking problem when installation fails
      [Buildd::Mail] Use arch from signed .changes as filename for .changes
      mount-defaults.buildd: Don't bind-mount /home (Closes: #566315)
      [Buildd::Mail] Correctly handle multi-arch builds.
      sbuild: Don't give back when build-deps fail to install
      buildd: Allow to explicitly set the sbuild chroot
      Buildd::Watcher: Fix NO_WARN_PATTERN to not warn about build/current-*
      buildd: Install base script for c-o-w chroot variant creation
      buildd: Get rid of $max_build, only allow one package at a time
      create-chroot.sh: Updated, fixed various smallish issues
      buildd/sbuild: Remove all w-b interaction from Sbuild, move it to Buildd
      buildd: Remove more, now unneeded code
      Buildd::Daemon: Avoid uninitialised values
      sbuild: If the arch-check fails, we don't want no give-back
      buildd: Redo default value handling for Buildd::Conf::UPLOAD_QUEUES

Mikhail Gusarov (1):
      Fix Sbuild::df to report free space on partition, not occupied one

Nelson Elhage (2):
      Sbuild::Options: Accept -C for --check-depends-algorithm
      Sbuild::Options: Accept -C for --check-depends-algorithm

Philipp Kern (32):
      Temporarily install a nssdatabases copy script for schroot.
      Merge branch 'master' into buildd
      Merge branch 'master' into buildd
      [Buildd::Conf] correct a typo in schroot's declaration
      [buildd-mail] allow Build-Attempted as a valid current state for retries
      [Sbuild::Build] Correctly create log symlinks
      [buildd] get rid of --no-down-propagation
      [Buildd] repeat checking for the lockfile is $line is undef
      [buildd] Don't use the SysV (and non-POSIX) SIGPWR
      [bin/buildd-update-chroots] update to work with schroot
      [bin/buildd-mail] do not depend on Sbuild, as that breaks with newer versions
      [Sbuild::DB::Client] import Sbuild::ChrootRoot
      [bin/buildd-update-chroots] update to work with schroot
      sbuild: introduce new fail stage apt-get-update
      Buildd::Mail: put error message before mail quote
      Buildd::Mail: put error message before mail quote
      debian/buildd.install: install schroot files into the right directory
      Merge branch 'master' into buildd
      debian/control [buildd]: replace sbuild to take over 25nssdatabases
      debian/control [buildd]: make the dependency on sbuild strict for now
      Revert "Sbuild::Build: Add get_status method"
      Revert "sbuild: Don't give back when build-deps fail to install"
      etc/buildd.conf: comment out a stray curly brace
      [Buildd::Daemon] fix a syntax error in the last commit
      sbuild: emulate raise(3) by sending a signal to itself
      sbuild: remove EXIT-DAEMON-PLEASE handling
      [Buildd::Daemon] use $pkg_ver in the failure path
      Merge branch 'buildd' of ssh://git.debian.org/git/buildd-tools/sbuild into buildd
      [Buildd::Daemon] only stop further building on local sbuild problems
      [Buildd::Daemon] remove a now unused $status variable
      [Buildd::Daemon] output the correct sbuild status value in the log
      [Buildd::Daemon] remove changelog fetching

Roger Leigh (100):
      [Sbuild::Build] Remove username from logs, and create build symlinks
      [Sbuild::Conf] Only set array and hash variables if used.
      [Sbuild::Chroot] run_command_internal: Don't create pipe
      [Sbuild::Chroot] Allow use of setsid when running commands
      [Sbuild::Build] SIGALRM handler calls kill with correct quoting
      Use dpkg --print-architecture in place of dpkg --print-installation-architecture
      NEWS: Fix error in 0.59.0 changes
      debian: Bump version to 0.59.0~rc1 and Standards-Version to 3.8.2
      debian: Install buildd's .forward correctly
      build: Update git-version script to handle hyphens in versions
      Buildd::Daemon: Don't abort when TAKE_FROM_DISTS is not empty
      Buildd::Daemon: get_from_REDO does not return a scalar reference
      Sbuild::ChrootInfoSchroot: Run schroot --info only once at startup
      debian: Close #546624
      Sbuild::Build: Add OSVersion version
      debian: Close #546647
      debian: Close #546673
      Sbuild::ChrootInfoSchroot: Run schroot --info only once at startup
      debian: Close #546624
      Sbuild::Build: Add OSVersion version
      debian: Close #546647
      debian: Close #546673
      Merge branch 'master' of ssh://git.debian.org/git/buildd-tools/sbuild
      build: Use automake 1.10 with silent-rules
      man: sbuild.1.in: Document -p and remove --force-depends
      Merge branch 'master' of ssh+git://git.debian.org/git/buildd-tools/sbuild
      Sbuild::ChrootInfoSchroot: Add aliases from --info output
      Sbuild::Options: Add --mail-log-to option to set $mailto
      debian: Close #551310
      Minor documentation corrections
      debian: Close #553364
      WannaBuild::Database: Fix up uninitialised var in log_ta
      build: Set correct wanna-build.conf location
      debian: Close #538083
      debian: Close #535911
      debian: Close #538085
      debian: Close #521096
      Sbuild::Build: Cache vars used in tight loop in logger
      scripts: git-version uses version from NEWS
      Sbuild::Build: Flush stdout explicitly in logger
      sbuild: Clean up on failure to fetch source, and don't skip on some failures
      debian: Document sbuild-createchroot absolute path patch
      Sbuild::Conf: Add CHECK_SPACE parameter to disable free space checking
      debian: Close #551917
      Sbuild::Build: Print all installed packages and versions
      debian: Close #553301
      debian: wanna-build depends on postgresql-8.4-debversion
      debian: Close #559607
      Sbuild::Conf: Don't default distribution to unstable
      debian: Close #559659
      Sbuild::Build: Disable man-db updating in chroot.
      debian: Document man-db update disabling
      sbuild: Add apt-get clean, upgrade and dist-upgrade options
      debian: Close #521096
      Sbuild::Conf: Add dpkg-dev to toolchain regex
      Sbuild::ConfBase: Add missing method in call
      Sbuild::Build: Fix typo
      Merge branch 'buildd'
      Sbuild::Build: remove conflict markers
      sbuild: Add $build_source configuration option to complement -s
      debian: Close #564528
      sbuild: Don't give back packages failing the arch check
      debian: Close #561936
      buildd: Log using O_APPEND only
      Sbuild::Build: Move build dir purge from build() to run()
      Sbuild::Base: Handle undef values when printing set debug messages
      Sbuild::BuildDepSatisfierBase: Move toolchain dump code here
      Sbuild::BuildDepSatisfierBase: Fix up toolchain dump code
      Buildd::Base: Reopen stdout and stderr to detach from TTY
      Buildd::Base: Revert stdout/stderr change
      Merge branch 'buildd-log-detach'
      Sbuild::Build::run: Remove build directory only
      Buildd::Base: Use $devnull rather than /dev/null
      Merge branch 'master' into buildd
      Sbuild::Build: Remove $dsc_dir
      NEWS: Set version to 0.59.1
      build: Distribute 25nssdatabases
      debian: Bump version to 0.59.1-1
      man: Correct typos reported by lintian
      Sbuild::Build: Add get_status method
      Merge branch 'master' of ssh://git.debian.org/git/buildd-tools/sbuild
      Buildd::Base: Set autoflush using true value
      man: Add buildd-create-chroot docs to sbuild-createchroot.8
      man: Remove incorrect -t option from sbuild-stats --top
      debian: Close #566320
      Merge branch 'master' of ssh+git://git.debian.org/git/buildd-tools/sbuild
      buildd: Create build-trees directory
      man: Document buildd-update-chroots
      Merge branch 'buildd'
      Buildd::Base::log: Use PID rather than Build::progpid
      Buildd::Base: Set PID in constructor
      Merge branch 'buildd' of ssh+git://git.debian.org/git/buildd-tools/sbuild into buildd
      Sbuild::Build: Re-introduce get_status()
      Merge branch 'buildd' of ssh+git://git.debian.org/git/buildd-tools/sbuild into buildd
      [Buildd::Daemon] handle sbuild termination by signals
      build: Use LC_TIME=C for date formatting
      Merge branch 'buildd'
      Add he and pkern
      NEWS: Document changes and bump version to 0.60.0
      debian: Bump standards version to 3.8.4

-----------------------------------------------------------------------


hooks/post-receive
-- 
sbuild



More information about the Buildd-tools-devel mailing list