Friday, 2010-07-16

../irclogs/#mantishelp.2010-07-16.log
--- scribe started ---00:00
kirillkanuclear_eclipse: mo?10:37
nuclear_eclipsehi kirillka11:40
kirillkanuclear_eclipse: one question: Can I with git update site? For now I changes send through sftp, but I want use dvcs. Change in local computer. Send commit to host and see updated site.11:42
nuclear_eclipsekirillka: depends on how you set it up11:42
kirillkanuclear_eclipse: If I can this, I set up how need it11:43
nuclear_eclipseit's possible to create special post-commit hooks on the server's repository that deploy the new code to your site11:43
kirillkanuclear_eclipse: without hock I cann't do this? With special repo?11:44
kirillkahook*11:44
nuclear_eclipsewell, it would still be technically possible to set up a cronjob on the server to periodically pull data from the repo, but a hook on the repo is usually the preferred method because it's instant11:45
nuclear_eclipsehttp://stackoverflow.com/questions/279169/deploy-php-using-git11:45
kirillkanuclear_eclipse: Can you show me simple script witch do this?11:45
kirillkanuclear_eclipse: thanks11:46
clubberhi guys12:44
clubberanybody around that know about mediawiki plugin for mantis12:44
clubber??12:44
z00daxhi guys, i need to setup a url that points directly at a project and component so people can click a single link to file a bugreport.16:56
z00daxI've got the ?component=>blah< thing worked out inthe url, how can i also specify a project ? I've tried project_id=<id>; and that does not work16:56
nuclear_eclipsez00dax: I might be wrong, but you could try:  /set_project.php?id=X&return_url=...16:57
nuclear_eclipsebasically, when you're on the bug report page, and you change project, it ssubmits to that page16:57
nuclear_eclipsesorry16:59
nuclear_eclipseuse:16:59
nuclear_eclipseset_project.php?project_id=X&ref=http://.../bug_report_page.php16:59
z00daxnuclear_eclipse: let me try that17:00
z00daxnuclear_eclipse: that works! thanks17:02
nuclear_eclipseyou're welcome17:04
z00dax:)17:05

Generated by irclog2html.py