Bug #13565

Left over ~ and .bak files in 1.2.7

Added by Ben Kevan about 1 year ago. Updated about 1 year ago.

Status:ClosedStart date:03/31/2012
Priority:NormalDue date:
Assignee:Patrick Carlisle% Done:

0%

Category:-
Target version:1.2.8
Keywords: Affected URL:
Branch: Affected Dashboard version:

Description

While building an rpm for 1.2.7 I got failures due to ~ and .bak files. These should be removed from the source.

$ find . -name '*~'
./vendor/rails/actionpack/test/fixtures/test/hello_world.erb~
./vendor/rails/actionpack/test/fixtures/test/malformed/malformed.en.html.erb~
./vendor/rails/actionpack/test/fixtures/test/malformed/malformed.erb~
./vendor/rails/actionpack/test/fixtures/test/malformed/malformed.html.erb~
./vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.text.html.erb~

$ find . -name '*.bak'
./vendor/rails/actionmailer/test/fixtures/test_mailer/implicitly_multipart_example.rhtml.bak

History

#1 Updated by Patrick Carlisle about 1 year ago

  • Description updated (diff)

#2 Updated by Patrick Carlisle about 1 year ago

  • Status changed from Unreviewed to Accepted

#3 Updated by Patrick Carlisle about 1 year ago

  • Status changed from Accepted to In Topic Branch Pending Review
  • Assignee set to Patrick Carlisle
  • Target version set to 1.2.x

https://github.com/puppetlabs/puppet-dashboard/pull/95

#4 Updated by Michael Stahnke about 1 year ago

  • Status changed from In Topic Branch Pending Review to Merged - Pending Release

#5 Updated by Michael Stahnke about 1 year ago

  • Target version changed from 1.2.x to 1.2.8

#6 Updated by Moses Mendoza about 1 year ago

  • Status changed from Merged - Pending Release to Closed

released with 1.2.8rc1

Also available in: Atom PDF