summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-07-03 21:38:38 +0200
committerDylan William Hardison <dylan@hardison.net>2017-07-07 00:19:20 +0200
commit6f68125893590fc9de60185f5535bae12adbcb54 (patch)
tree6d7b2b7885a750826655cf3896d7fd72791623b3 /checksetup.pl
parente3e2c7c0273499f832ee692ca63620cd8aa8bda1 (diff)
downloadbugzilla-6f68125893590fc9de60185f5535bae12adbcb54.tar.gz
bugzilla-6f68125893590fc9de60185f5535bae12adbcb54.tar.xz
Bug 1377232 - Revert code from bug 1361890
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/checksetup.pl b/checksetup.pl
index b7a852e0f..d9ce9e8a9 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -52,7 +52,6 @@ GetOptions(\%switch, 'help|h|?',
'no-templates|t', 'verbose|v|no-silent',
'cpanm:s', 'check-modules',
'make-admin=s', 'reset-password=s', 'version|V',
- 'no-assets',
'default-localconfig',
'no-database', 'no-permissions|p');
@@ -194,11 +193,6 @@ my %old_params = $switch{'no-database'} ? () : update_params();
Bugzilla::Template::precompile_templates(!$silent)
unless $switch{'no-templates'};
-unless ($switch{'no-assets'}) {
- say "Compiling assets..." unless $silent;
- Bugzilla->asset_manager->compile_all;
-}
-
###########################################################################
# Set proper rights (--CHMOD--)
###########################################################################