Uploaded image for project: 'Buildr (Retired)'
  1. Buildr (Retired)
  2. BUILDR-153

Tags aren't customizable anymore

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3.2
    • 1.3.3
    • Core features
    • None

    Description

      In Apache ODE we used to customize our tags on release by elegantly monkey-patching the tag method in Release (you know a monkey-patch is elegant when it works for you):

      class Release
      class << self
      def tag_with_apache_ode(version)
      tag_without_apache_ode("APACHE_ODE_#

      {version.upcase}

      ")
      end
      alias :tag_without_apache_ode :tag
      alias :tag :tag_with_apache_ode
      end
      end

      Apparently the tag method has been removed and now the tag name is directly the version. The bug isn't that much that this changed but more that there's no easy way anymore to tweak the name of your tag. Most Apache project should use the APACHE_FOO_X.X naming for their tag (btw do you?).

      Attachments

        Activity

          People

            assafarkin Assaf Arkin
            mriou Matthieu Riou
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: