stable

Clone or download

Read-only

Move BurningParrot sources out of www/

Part of request #14752 Unify scripts and themes build for Core Everything is supposed to work as before. Change-Id: Ie7f17317a8fc6da395216d39f3be23e97290fcba

Modified Files

Name
M .gitignore +3 −3 Go to diff View file
M Makefile +1 −1 Go to diff View file
M lerna.json +1 −0 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/_kanban.scss +1 −1 Go to diff View file
M plugins/agiledashboard/themes/BurningParrot/css/scrum/_planning.scss +1 −1 Go to diff View file
M plugins/document/themes/BurningParrot/document/_document.scss +1 −1 Go to diff View file
M plugins/document/themes/BurningParrot/document/_dragndrop.scss +1 −1 Go to diff View file
M plugins/document/themes/BurningParrot/document/_folder-content.scss +1 −1 Go to diff View file
M plugins/pullrequest/include/pullrequestPlugin.php +3 −0 Go to diff View file
M plugins/pullrequest/themes/_pull-requests.scss +1 −1 Go to diff View file
M plugins/taskboard/themes/_taskboard.scss +1 −1 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/_testmanagement.scss +21 −2 Go to diff View file
M src/common/Dashboard/AssetsIncluder.php +1 −1 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardController.php +5 −3 Go to diff View file
M src/common/Error/PermissionDeniedPrivateProjectController.php +3 −0 Go to diff View file
M src/common/Error/PermissionDeniedRestrictedAccountController.php +3 −0 Go to diff View file
M src/common/Error/PermissionDeniedRestrictedAccountProjectController.php +3 −0 Go to diff View file
M src/common/Error/ProjectAccessSuspendedController.php +3 −0 Go to diff View file
M src/common/Project/Banner/BannerAdministrationController.php +1 −1 Go to diff View file
M src/common/Project/Home.php +13 −25 Go to diff View file
M src/common/Project/Registration/ProjectRegistrationController.php +5 −11 Go to diff View file
M src/common/Request/RouteCollector.php +2 −2 Go to diff View file
M src/common/User/Account/AccountCssAsset.php +3 −3 Go to diff View file
M src/common/User/Account/DisplayAccountInformationController.php +2 −2 Go to diff View file
M src/common/User/Account/DisplayAppearanceController.php +1 −1 Go to diff View file
M src/common/User/Account/DisplayEditionController.php +1 −1 Go to diff View file
M src/common/User/Account/DisplayExperimentalController.php +1 −1 Go to diff View file
M src/common/User/Account/DisplayKeysTokensController.php +1 −1 Go to diff View file
M src/common/User/Account/DisplaySecurityController.php +1 −1 Go to diff View file
M src/common/User/Account/UserPreferencesHeader.php +1 −1 Go to diff View file
M src/common/include/URLVerification.class.php +7 −3 Go to diff View file
M src/common/layout/ThemeManager.class.php +20 −7 Go to diff View file
M src/scripts/project/admin/banner/index-banner-project-admin.ts +2 −1 Go to diff View file
M src/scripts/project/registration/index.ts +2 −1 Go to diff View file
R src/www/themes/BurningParrot/composer.json Go to diff View file
R src/www/themes/BurningParrot/css/_includes.scss Go to diff View file
R src/www/themes/BurningParrot/css/account/_account.scss Go to diff View file
R src/www/themes/BurningParrot/css/account/account-blue-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/account/account-blue.scss Go to diff View file
R src/www/themes/BurningParrot/css/account/account-green-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/account/account-green.scss Go to diff View file
R src/www/themes/BurningParrot/css/account/account-grey-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/account/account-grey.scss Go to diff View file
R src/www/themes/BurningParrot/css/account/account-orange-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/account/account-orange.scss Go to diff View file
R src/www/themes/BurningParrot/css/account/account-purple-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/account/account-purple.scss Go to diff View file
R src/www/themes/BurningParrot/css/account/account-red-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/account/account-red.scss Go to diff View file
R src/www/themes/BurningParrot/css/account/includes/_account-information.scss Go to diff View file
R src/www/themes/BurningParrot/css/account/includes/_appearance.scss Go to diff View file
R src/www/themes/BurningParrot/css/account/includes/_keys-tokens.scss Go to diff View file
R src/www/themes/BurningParrot/css/account/includes/_security.scss Go to diff View file
R src/www/themes/BurningParrot/css/burning-parrot-blue-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/burning-parrot-blue.scss Go to diff View file
R src/www/themes/BurningParrot/css/burning-parrot-green-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/burning-parrot-green.scss Go to diff View file
R src/www/themes/BurningParrot/css/burning-parrot-grey-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/burning-parrot-grey.scss Go to diff View file
R src/www/themes/BurningParrot/css/burning-parrot-orange-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/burning-parrot-orange.scss Go to diff View file
R src/www/themes/BurningParrot/css/burning-parrot-purple-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/burning-parrot-purple.scss Go to diff View file
R src/www/themes/BurningParrot/css/burning-parrot-red-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/burning-parrot-red.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/_dashboard.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/dashboards-blue-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/dashboards-blue.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/dashboards-green-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/dashboards-green.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/dashboards-grey-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/dashboards-grey.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/dashboards-orange-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/dashboards-orange.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/dashboards-purple-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/dashboards-purple.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/dashboards-red-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/dashboards-red.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/includes/_dashboard-project.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/includes/_dashboard-user.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/includes/_dashboard-widgets.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/includes/widgets/_contacts.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/includes/widgets/_project-members.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/includes/widgets/_public-areas.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/includes/widgets/heartbeat.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/includes/widgets/imageviewer.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/includes/widgets/lastcommit.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/includes/widgets/myprojects.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/includes/widgets/project-classification.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/includes/widgets/trackerv3.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/includes/widgets/welcomemessage.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_autocomplete.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_breadcrumb.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_ckeditor.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_error.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_footer.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_global-variables.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_header.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_homepage.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_modals.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_navbar-dropdown-history.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_navbar-dropdown-items.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_navbar-dropdown-projects.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_navbar-dropdown.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_navbar.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_profile.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_project-admin.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_project-banner.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_resource_restrictor.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_sidebar-collapsed.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_sidebar-project.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_sidebar-siteadmin.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_sidebar.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-custom-homepage.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-description-fields.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-homepage.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-massmail.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-news.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-pending-projects.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-pending-tracker-removal.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-pending-users.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-permission-delegation.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-platform-access.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-project-history.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-project-list.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-project-webhooks.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-project.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-system-events.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-templates.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-trovecats.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-user-details.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-user-list.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin-user-password.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_siteadmin.scss Go to diff View file
R src/www/themes/BurningParrot/css/dashboards/webpack.prod.js Go to diff View file
R src/www/themes/BurningParrot/css/includes/_software_map.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_structure.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_toggler.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/_toolbar.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/labels/_labels-box.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/project-admin/_categories.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/project-admin/_details.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/project-admin/_labels.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/project-admin/_members.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/project-admin/_permissions.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/project-admin/_services.scss Go to diff View file
R src/www/themes/BurningParrot/css/includes/project-admin/_ugroups.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration-creation/_project-creation-modal.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration-creation/project-registration-creation-blue-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration-creation/project-registration-creation-blue.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration-creation/project-registration-creation-green-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration-creation/project-registration-creation-green.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration-creation/project-registration-creation-grey-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration-creation/project-registration-creation-grey.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration-creation/project-registration-creation-orange-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration-creation/project-registration-creation-orange.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration-creation/project-registration-creation-purple-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration-creation/project-registration-creation-purple.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration-creation/project-registration-creation-red-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration-creation/project-registration-creation-red.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration/_project-registration.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration/includes/_cards.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration/includes/_project-information.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration/includes/_services.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration/project-registration-blue-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration/project-registration-blue.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration/project-registration-green-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration/project-registration-green.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration/project-registration-grey-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration/project-registration-grey.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration/project-registration-orange-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration/project-registration-orange.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration/project-registration-purple-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration/project-registration-purple.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration/project-registration-red-condensed.scss Go to diff View file
R src/www/themes/BurningParrot/css/project-registration/project-registration-red.scss Go to diff View file
R src/www/themes/BurningParrot/BurningParrotTheme.php Go to diff View file
R src/www/themes/BurningParrot/CurrentProjectNavbarInfoPresenter.php Go to diff View file
R src/www/themes/BurningParrot/FooterPresenter.php Go to diff View file
R src/www/themes/BurningParrot/HeaderPresenter.php Go to diff View file
R src/www/themes/BurningParrot/HeaderPresenterBuilder.php Go to diff View file
R src/www/themes/BurningParrot/HomePagePresenter.php Go to diff View file
R src/www/themes/BurningParrot/JavascriptPresenter.php Go to diff View file
R src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/History/UserHistoryPresenter.php Go to diff View file
R src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/Links/LinkPresenter.php Go to diff View file
R src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/Links/LinkPresentersBuilder.php Go to diff View file
R src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/Links/LinksPresenter.php Go to diff View file
R src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/Presenter.php Go to diff View file
R src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/Projects/ProjectPresenter.php Go to diff View file
R src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/Projects/ProjectPresentersBuilder.php Go to diff View file
R src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Content/Projects/ProjectsPresenter.php Go to diff View file
R src/www/themes/BurningParrot/Navbar/DropdownMenuItem/Presenter.php Go to diff View file
R src/www/themes/BurningParrot/Navbar/GlobalNavPresenter.php Go to diff View file
R src/www/themes/BurningParrot/Navbar/JoinCommunityPresenter.php Go to diff View file
R src/www/themes/BurningParrot/Navbar/MenuItem/LogoutPresenter.php Go to diff View file
R src/www/themes/BurningParrot/Navbar/MenuItem/Presenter.php Go to diff View file
R src/www/themes/BurningParrot/Navbar/Presenter.php Go to diff View file
R src/www/themes/BurningParrot/Navbar/PresenterBuilder.php Go to diff View file
R src/www/themes/BurningParrot/Navbar/SearchPresenter.php Go to diff View file
R src/www/themes/BurningParrot/Navbar/UserNavPresenter.php Go to diff View file
R src/www/themes/BurningParrot/ProjectSidebarPresenter.php Go to diff View file
R src/www/themes/BurningParrot/package-lock.json Go to diff View file
A src/themes/BurningParrot/package.json +12 −0 Go to diff View file
R src/www/themes/BurningParrot/templates/footer.mustache Go to diff View file
R src/www/themes/BurningParrot/templates/header.mustache Go to diff View file
R src/www/themes/BurningParrot/templates/navbar/current-project-nav.mustache Go to diff View file
R src/www/themes/BurningParrot/templates/navbar/dropdown-menu-item/content/content-links.mustache Go to diff View file
R src/www/themes/BurningParrot/templates/navbar/dropdown-menu-item/content/content-projects.mustache Go to diff View file
R src/www/themes/BurningParrot/templates/navbar/dropdown-menu-item/content/content.mustache Go to diff View file
R src/www/themes/BurningParrot/templates/navbar/dropdown-menu-item/dropdown-menu-item.mustache Go to diff View file
R src/www/themes/BurningParrot/templates/navbar/global-nav.mustache Go to diff View file
R src/www/themes/BurningParrot/templates/navbar/join-community.mustache Go to diff View file
R src/www/themes/BurningParrot/templates/navbar/menu-item/menu-item-logout.mustache Go to diff View file
R src/www/themes/BurningParrot/templates/navbar/menu-item/menu-item.mustache Go to diff View file
R src/www/themes/BurningParrot/templates/navbar/navbar.mustache Go to diff View file
R src/www/themes/BurningParrot/templates/navbar/search.mustache Go to diff View file
R src/www/themes/BurningParrot/templates/navbar/user-nav.mustache Go to diff View file
R src/www/themes/BurningParrot/templates/project-sidebar.mustache Go to diff View file
R src/www/themes/BurningParrot/templates/widget.mustache Go to diff View file
M src/webpack.common.js +60 −12 Go to diff View file
M src/www/my/index.php +4 −11 Go to diff View file
D src/www/scripts/webpack.config.js +0 −384 Go to diff View file
D src/www/scripts/webpack.richtext.js +0 −53 Go to diff View file
D src/www/scripts/webpack.vue.js +0 −59 Go to diff View file
D src/www/scripts/webpack.vue.with.manifest.js +0 −58 Go to diff View file
D src/www/themes/BurningParrot/css/account/package-lock.json +0 −4 Go to diff View file
D src/www/themes/BurningParrot/css/account/package.json +0 −16 Go to diff View file
D src/www/themes/BurningParrot/css/account/webpack.common.js +0 −47 Go to diff View file
D src/www/themes/BurningParrot/css/account/webpack.dev.js +0 −23 Go to diff View file
D src/www/themes/BurningParrot/css/account/webpack.prod.js +0 −23 Go to diff View file
D src/www/themes/BurningParrot/css/dashboards/package-lock.json +0 −4 Go to diff View file
D src/www/themes/BurningParrot/css/dashboards/package.json +0 −16 Go to diff View file
D src/www/themes/BurningParrot/css/dashboards/webpack.common.js +0 −47 Go to diff View file
D src/www/themes/BurningParrot/css/dashboards/webpack.dev.js +0 −23 Go to diff View file
D src/www/themes/BurningParrot/css/includes/_smooth-scrollbar-overrides.scss +0 −19 Go to diff View file
D src/www/themes/BurningParrot/css/project-registration-creation/package-lock.json +0 −4 Go to diff View file
D src/www/themes/BurningParrot/css/project-registration-creation/package.json +0 −16 Go to diff View file
D src/www/themes/BurningParrot/css/project-registration-creation/webpack.common.js +0 −52 Go to diff View file
D src/www/themes/BurningParrot/css/project-registration-creation/webpack.dev.js +0 −23 Go to diff View file
D src/www/themes/BurningParrot/css/project-registration-creation/webpack.prod.js +0 −23 Go to diff View file
D src/www/themes/BurningParrot/css/project-registration/package-lock.json +0 −4 Go to diff View file
D src/www/themes/BurningParrot/css/project-registration/package.json +0 −16 Go to diff View file
D src/www/themes/BurningParrot/css/project-registration/webpack.common.js +0 −49 Go to diff View file
D src/www/themes/BurningParrot/css/project-registration/webpack.dev.js +0 −23 Go to diff View file
D src/www/themes/BurningParrot/css/project-registration/webpack.prod.js +0 −23 Go to diff View file
D src/www/themes/BurningParrot/package.json +0 −18 Go to diff View file
D src/www/themes/BurningParrot/webpack.common.js +0 −47 Go to diff View file
D src/www/themes/BurningParrot/webpack.dev.js +0 −23 Go to diff View file
D src/www/themes/BurningParrot/webpack.prod.js +0 −23 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +1 −1 Go to diff View file
M src/www/themes/common/css/utils/_system-events.scss +28 −7 Go to diff View file
M tests/lib/bootstrap.php +1 −1 Go to diff View file
M tests/phpunit/common/Dashboard/AssetsIncluderTest.php +6 −4 Go to diff View file
M tests/phpunit/common/Project/Banner/BannerAdministrationControllerTest.php +1 −1 Go to diff View file
M tests/psalm/psalm.xml +1 −1 Go to diff View file
M tools/rpm/tuleap.rhel6.spec +6 −4 Go to diff View file
M tools/rpm/tuleap.rhel7.spec +6 −3 Go to diff View file