[Bps-public-commit] RT-Extension-rt_cpan_org branch, rt4, updated. 4914d4f8f1fd237c527102618d4435ab1dbd26a8
Thomas Sibley
trs at bestpractical.com
Tue Apr 9 23:00:45 EDT 2013
The branch, rt4 has been updated
via 4914d4f8f1fd237c527102618d4435ab1dbd26a8 (commit)
via 7cbdf2a2ab21992602f5554bf4d69c51252eb325 (commit)
from 7fde7916a57ebeb7489dedf30516976233137413 (commit)
Summary of changes:
bin/pull-live | 2 +-
html/NoAuth/cpan/{queue-addresses => .placeholder} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename html/NoAuth/cpan/{queue-addresses => .placeholder} (100%)
- Log -----------------------------------------------------------------
commit 7cbdf2a2ab21992602f5554bf4d69c51252eb325
Author: Thomas Sibley <trs at bestpractical.com>
Date: Tue Apr 9 19:58:31 2013 -0700
Reflect the production database name
diff --git a/bin/pull-live b/bin/pull-live
index 8c7170f..a38bfc0 100755
--- a/bin/pull-live
+++ b/bin/pull-live
@@ -37,7 +37,7 @@ my $rt_opts =
" --prefix=$rthome"
." --with-db-type=mysql"
." --with-db-host=''" # connect via socket
- ." --with-db-database=rt_cpan_org_40"
+ ." --with-db-database=rt_cpan_org"
." --disable-gpg"
." --with-web-handler=fastcgi,standalone"
." --with-my-user-group";
commit 4914d4f8f1fd237c527102618d4435ab1dbd26a8
Author: Thomas Sibley <trs at bestpractical.com>
Date: Tue Apr 9 19:59:50 2013 -0700
Rename the /NoAuth/cpan/ placeholder
A placeholder with the real name overwrite the real data whenever we
update the extension in production.
diff --git a/html/NoAuth/cpan/queue-addresses b/html/NoAuth/cpan/.placeholder
similarity index 100%
rename from html/NoAuth/cpan/queue-addresses
rename to html/NoAuth/cpan/.placeholder
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list