launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #22144
Re: [Merge] lp:~cjwatson/launchpad/tidy-makefile into lp:launchpad
Diff comments:
> === modified file 'Makefile'
> --- Makefile 2018-01-01 20:24:26 +0000
> +++ Makefile 2018-01-02 04:49:50 +0000
> @@ -472,6 +468,7 @@
> -e 's,%LISTEN_ADDRESS%,$(LISTEN_ADDRESS),' \
> configs/development/local-launchpad-apache > \
> /etc/apache2/sites-available/$$base
> + mkdir -p $(CODEHOSTING_ROOT)
The 777 is unfortunately slightly necessary so that an Apache subprocess can write to it, but there's indeed some duplication here. I've done the best I can with it now.
> touch $(CODEHOSTING_ROOT)/rewrite.log
> chown -R $(SUDO_UID):$(SUDO_GID) $(CODEHOSTING_ROOT)
> if [ ! -d /srv/launchpad.dev ]; then \
--
https://code.launchpad.net/~cjwatson/launchpad/tidy-makefile/+merge/335614
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
References