← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~stub/launchpad/trivial into lp:launchpad

 

Stuart Bishop has proposed merging lp:~stub/launchpad/trivial into lp:launchpad.

Commit message:
Set Librarian Swift usage on staging by default.

Requested reviews:
  Stuart Bishop (stub)
Related bugs:
  Bug #951401 in Launchpad itself: "parse-ppa-apache-logs failing (missing files)"
  https://bugs.launchpad.net/launchpad/+bug/951401
  Bug #1263002 in Launchpad itself: "Twisted feature flag support fails typecasting when updating"
  https://bugs.launchpad.net/launchpad/+bug/1263002

For more details, see:
https://code.launchpad.net/~stub/launchpad/trivial/+merge/201885

Set Librarian Swift usage on staging by default.
-- 
https://code.launchpad.net/~stub/launchpad/trivial/+merge/201885
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'database/replication/Makefile'
--- database/replication/Makefile	2014-01-10 17:37:07 +0000
+++ database/replication/Makefile	2014-01-16 05:56:20 +0000
@@ -84,6 +84,7 @@
 	    --log-file=INFO:${STAGING_LOGDIR}/dbupgrade.log
 	@echo Setting feature flags
 	psql -d lpmain_staging -c "INSERT INTO featureflag (flag, scope, priority, value) VALUES ('profiling.enabled', 'team:launchpad', 0, 'on')"
+	psql -d lpmain_staging -c "INSERT INTO featureflag (flag, scope, priority, value) VALUES ('librarian.swift.enabled', 'default', 0, 'on')"
 	${STAGING_PGBOUNCER} -c 'resume launchpad_staging'
 	${STAGING_PGBOUNCER} -c 'resume launchpad_staging_slave'
 


References