You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by dewrich <gi...@git.apache.org> on 2017/04/24 20:34:37 UTC

[GitHub] incubator-trafficcontrol pull request #506: removed questions from postinsta...

GitHub user dewrich opened a pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/506

    removed questions from postinstall and added them to seeds_demo.sql

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dewrich/incubator-trafficcontrol trim-seeds-postinstall

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafficcontrol/pull/506.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #506
    
----
commit 3992372da22f65669348f0683d2ec3a7ba0fb53c
Author: Dewayne Richardson <de...@apache.org>
Date:   2017-04-24T20:27:42Z

    removed questions from postinstall and added them to seeds_demo.sql

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafficcontrol pull request #506: removed questions from postinsta...

Posted by dewrich <gi...@git.apache.org>.
Github user dewrich closed the pull request at:

    https://github.com/apache/incubator-trafficcontrol/pull/506


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafficcontrol pull request #506: removed questions from postinsta...

Posted by dangogh <gi...@git.apache.org>.
Github user dangogh commented on a diff in the pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/506#discussion_r113808973
  
    --- Diff: traffic_ops/install/bin/migratedb ---
    @@ -30,3 +30,12 @@ if ($result != 0) {
     else {
     	print "Successfully migrated the database.\n";
     }
    +
    +$result = InstallUtils::execCommand ("export PATH=/opt/traffic_ops/install/bin:/usr/bin/; export PERL5LIB=/opt/traffic_ops/install/lib:/opt/traffic_ops/app/local/lib/perl5:/opt/traffic_ops/app/lib; cd /opt/traffic_ops/app; /usr/bin/perl db/admin.pl --env=production seed_demo");
    +
    --- End diff --
    
    `seed_demo`?  in `migratedb`?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---