Commits on Sep 27, 2017
Commits on May 11, 2017
Commits on Apr 28, 2017
Commits on Apr 13, 2017
Commits on Apr 12, 2017
  1. enable l10n injection for everything and the kitchen sink

    apachelogger committed Apr 12, 2017
    with applications getting po/ dirs in tarballs momentarily we can go ahead
    and prepare the install files
Commits on Apr 6, 2017
  1. rubocop autocorrect PercentLiteralDelimiters cop; %w() is now %w[]

    apachelogger committed Apr 6, 2017
    was changed for style consistency. all literals that produce an array
    are meant to use %w[] for visual cueing that %w[] would produce ['x', 'y']
    as an array. string literaels are now (), array literals [], regex literals {}
    and all others default to ()
Commits on Mar 23, 2017
  1. ditch forced dch env mangle

    apachelogger committed Mar 23, 2017
    it overrides our setup_env.rb magic used by higher level tooling
Commits on Mar 22, 2017
  1. comments++

    apachelogger committed Mar 22, 2017
Commits on Mar 13, 2017
  1. move from fishy name resolution to url resolution

    apachelogger committed Mar 13, 2017
    much more precise as this should always 1:1 match
  2. Revert "Revert "use releaseme as a gem""

    apachelogger committed Mar 13, 2017
    This reverts commit e4d66cc.
  3. Revert "use releaseme as a gem"

    apachelogger committed Mar 13, 2017
    This reverts commit 6418e9a.
    
    # Conflicts:
    #	ci-tooling/lib/ci/vcs_source_builder.rb
  4. docs++

    apachelogger committed Mar 13, 2017
  5. use releaseme as a gem

    apachelogger committed Mar 13, 2017
Commits on Mar 10, 2017
  1. fix syntax

    apachelogger committed Mar 10, 2017
Commits on Mar 8, 2017
  1. be a bit daring and enable l10n for all of workspace and frameworks

    apachelogger committed Mar 8, 2017
    kmenuedit, systemsettings, and ki18n all worked fine, so let's see if it
    works for all the others as well.
    
    there's still some performance concerns as we are cloning releasme all the
    time and installing subversion on-demand, but besides that this may be
    ready for prime time
  2. back-paddle on ki18n

    apachelogger committed Mar 8, 2017
    releaseme is actually lacking a feature with script i18n apparently
  3. be a bit more daring and l10n a framework and systemsettings as well

    apachelogger committed Mar 8, 2017
    (systemsettings' translations are used to determine which languages are
     available)
  4. move with_releaseme{} up a level so it's less intrusive

    apachelogger committed Mar 8, 2017
    goes away soon anyway, relaseme is a gem now so bundler can manage it
  5. reduce verbosity of rugged code paths again

    apachelogger committed Mar 8, 2017
    working now
Commits on Mar 7, 2017
  1. bring back l10n testing and extend it with a disable system

    apachelogger committed Mar 7, 2017
    needs disabling for other tests as they aren't meant to run this stuff
Commits on Mar 6, 2017
  1. actual remote name is upstream not origin

    apachelogger committed Mar 6, 2017
    this is a legacy left-over from kci, very ancient :((
  2. do not install rugged gem on-demand, doesn't work that way anyway

    apachelogger committed Mar 6, 2017
    gem cache is established at startup so installing crap afterwards doesn't
    make it available without fiddling other things
  3. fetch with fallback as lots of tests are garbage...

    apachelogger committed Mar 6, 2017
    and not defining expected values such as TYPE in env!