Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2008 15:58:29 +0000 (UTC)
From:      Ion-Mihai Tetcu <itetcu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/ports-mgmt/tinderbox Makefile distinfo pkg-plist ports/ports-mgmt/tinderbox/files extra-patch-webui__core__TinderboxDS.php extra-patch-webui__module__moduleBuildPorts.php patch-lib__Tinderbox__TinderboxDS.pm patch-lib__tc_command.pl patch-sql__genschema patch-sql__schema.pgsql.pre pkg-message.in
Message-ID:  <200811121558.mACFwTB0038588@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
itetcu      2008-11-12 15:58:29 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/tinderbox Makefile distinfo pkg-plist 
    ports-mgmt/tinderbox/files pkg-message.in 
  Added files:
    ports-mgmt/tinderbox/files 
                               extra-patch-webui__core__TinderboxDS.php 
                               extra-patch-webui__module__moduleBuildPorts.php 
  Removed files:
    ports-mgmt/tinderbox/files 
                               patch-lib__Tinderbox__TinderboxDS.pm 
                               patch-lib__tc_command.pl 
                               patch-sql__genschema 
                               patch-sql__schema.pgsql.pre 
  Log:
  Update to 3.1.1 - Bug fix and feature release.
  
  This release brings many bug fixes and some new features, particularly with the
  webui frontend:
      * The tinderd.sh rc.d script has been renamed tinderd, and modernized.
          See the README for more details.
      * A tinderd_debug option has been added to the tinderd rc.d script to
          control whether or not to write output to /dev/null.
      * Add a new tinderd config option, TINDERD_LOGFILE. When this is set, all
          tinderbuild output from a tinderd cycle will be appended to this
          logfile. By default, the logfile is /dev/null.
      * Reintroduce user permissions functionality in the webui from 2.x.
      * Add RSS support for the latest_buildports view (webui).
      * Add buttons to tinderd queue view to remove all or all built entries from
          the queue (webui).
      * Automatically set rootdir and wwwrooturi variable (webui).
      * Show target port of current build (webui).
      * Fix a slew of Postgres upgrade and install bugs. Note: not all upgrade
          bugs have been fixed. The schema changes in 3.1 may need to be applied
          manually to Postgres databases.
      * Fix a case where a failed build could lead to false-positive leftovers.
      * Fix a regression where the wrong module name was used. This broke tinderd
          configuration.
      * Prevent dereferencing a null value in the Build Ports Queue code when a
          port is no longer associated to a Build.
      * Fix rescanPorts' command line arguments, and allow it to be invoked as a
          shell command.
      * Use the installed Jail's /usr/share/mk directory when doing a make
          distribution. This fixes a Jail build of 7.X on recent -CURRENT.
      * Add -k to the conig-recursive command so that it doesn't die if one
          chooses to skip a port.
      * Don't make it fatal if the rm of the directory fails in cleanDir. This
          may very well fail if the target is a mount point.
      * Some setup steps in the README have been clarified.
  
  !!!NOTE!!!This release includes a schema change, so be sure to run the
  following before using 3.1:
  
  ./tc Upgrade
  
  The contributors to this release are Beat Gätzi, Ion-Mihai Tetcu, Aron
  Schlesinger, Alexander Logvinov, Wesley Shields, Martin Wilke, and Boris
  Samorodov.
  
  Local patches:
  - install a favicon for the webui
  - show last 30 ports per page in "Current and Latest Builds" page (webui)
  - when sorting by "Last Build Attempt" in list build page sort descending --
  latest built first (webui)
  
  PR:             ports/128785 (based on)
  Submitted by:   bsam@
  
  Revision  Changes    Path
  1.49      +17 -12    ports/ports-mgmt/tinderbox/Makefile
  1.20      +6 -3      ports/ports-mgmt/tinderbox/distinfo
  1.1       +13 -0     ports/ports-mgmt/tinderbox/files/extra-patch-webui__core__TinderboxDS.php (new)
  1.1       +11 -0     ports/ports-mgmt/tinderbox/files/extra-patch-webui__module__moduleBuildPorts.php (new)
  1.2       +0 -33     ports/ports-mgmt/tinderbox/files/patch-lib__Tinderbox__TinderboxDS.pm (dead)
  1.2       +0 -20     ports/ports-mgmt/tinderbox/files/patch-lib__tc_command.pl (dead)
  1.2       +0 -19     ports/ports-mgmt/tinderbox/files/patch-sql__genschema (dead)
  1.2       +0 -20     ports/ports-mgmt/tinderbox/files/patch-sql__schema.pgsql.pre (dead)
  1.13      +2 -2      ports/ports-mgmt/tinderbox/files/pkg-message.in
  1.19      +4 -2      ports/ports-mgmt/tinderbox/pkg-plist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811121558.mACFwTB0038588>