Skip to content

Commit

Permalink
rename upgrade.pl to make it more clear that it's for RTIR 2.4
Browse files Browse the repository at this point in the history
Fixes: I#29874
  • Loading branch information
sunnavy committed Oct 20, 2015
1 parent 9c90ec5 commit 3932f83
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -8,7 +8,7 @@ t/tmp/
MYMETA.*
/bin/add_constituency
/etc/add_constituency
/etc/upgrade/upgrade.pl
/etc/upgrade/rtir-2.4-upgrade.pl
/etc/upgrade/2.5.1/update_saved_searches.pl
/lib/RT/IR/Test.pm
.prove
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST
Expand Up @@ -48,7 +48,7 @@ etc/upgrade/2.9.0/content
etc/upgrade/3.0.0rc2/content
etc/upgrade/3.1.0/content
etc/upgrade/3.3.0/content
etc/upgrade/upgrade.pl.in
etc/upgrade/rtir-2.4-upgrade.pl.in
html/Callbacks/RTIR/autohandler/SuccessfulLogin
html/Callbacks/RTIR/Elements/Header/Head
html/Callbacks/RTIR/Elements/MakeClicky/Default
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.SKIP
Expand Up @@ -12,7 +12,7 @@
^MYMETA\.*
^bin/add_constituency$
^etc/add_constituency$
^etc/upgrade/upgrade.pl$
^etc/upgrade/rtir-2.4-upgrade.pl$
^etc/upgrade/2.5.1/update_saved_searches.pl$
^lib/RT/IR/Test.pm$
^\.prove
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Expand Up @@ -33,7 +33,7 @@ requires('Parse::BooleanLogic');
# for tests
build_requires('Test::More');
build_requires('File::Find');
# for etc/upgrade/upgrade.pl
# for etc/upgrade/rtir-2.4-upgrade.pl
build_requires('File::Temp');

auto_install();
Expand All @@ -43,7 +43,7 @@ substitute( {
PERL => $ENV{PERL} || $secure_perl_path,
},
{ sufix => '.in' },
'etc/upgrade/upgrade.pl',
'etc/upgrade/rtir-2.4-upgrade.pl',
'etc/add_constituency',
'bin/add_constituency',
'lib/RT/IR/Test.pm',
Expand Down
6 changes: 3 additions & 3 deletions docs/UPGRADING-2.4
Expand Up @@ -3,7 +3,7 @@
The following describes some of the key components of the upgrade
to RTIR 2.4 from all previous versions of RTIR.

The F<etc/upgrade/upgrade.pl> script is mentioned several times
The F<etc/upgrade/rtir-2.4-upgrade.pl> script is mentioned several times
for different versions. You only need to run it once and the most
recent version is now included in the RTIR distribution.

Expand All @@ -29,7 +29,7 @@ update the DB.

=head1 Upgrading from 2.3.15 and Earlier

There was an error in an earlier version of the F<etc/upgrade/upgrade.pl>
There was an error in an earlier version of the F<etc/upgrade/rtir-2.4-upgrade.pl>
script where it could skip some incidents during upgrade. Run the new version
of this script, especially if you never ran it or ran with earlier versions
of RTIR.
Expand Down Expand Up @@ -124,7 +124,7 @@ the code of the scrips then you have to port changes.

=item 2

Run the F<etc/upgrade/upgrade.pl> script. This script updates Due Dates
Run the F<etc/upgrade/rtir-2.4-upgrade.pl> script. This script updates Due Dates
on active incidents where they are not set and sets them to the most
recent due date of the active children.

Expand Down
File renamed without changes.

0 comments on commit 3932f83

Please sign in to comment.