search for: getlog

Displaying 10 results from an estimated 10 matches for "getlog".

Did you mean: getloc
2007 Feb 06
2
Pass parameters in periodically_call_remote?
...ontroller when the periodically_call_remote is called. Right now, this is the code in the view: <div id="get_result"></div> <%= periodically_call_remote(:update => ''get_result'', :url => { :action => "getlog" }, :frequency => 2 ); %> this is the code in the controller def getlog userid = params[:user_id] if (userid == "1") render :text => "Here" else render :text => "There" end end I tried periodi...
2002 Jan 30
2
Shade area under curve?
Hi all, I've got this graphics question which really should be easy. I want to shade an area between bounds under a curve. A suitable beginning seems to be the following: > plot(dnorm,-4,4) > segments(-4,0,4,0) > segments(-2,0,-2,dnorm(-2)) > segments(2,0,2,dnorm(2)) It is the area between -2 and 2 which I want to shade (or something similar). Hints anyone? Robert
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...notifier/_mail.py 2008-05-27 15:01:50.000000000 +0200 @@ -314,6 +314,7 @@ 'part' : countprefix, 'files' : self._getPrefixedFiles(changeset), 'dirs' : self._getPrefixedDirectories(changeset), + 'log' : self.getLog().split('\n',1)[0], } # We may try twice, first with files/dirs = files Sebastian -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...-27 15:01:50.000000000 +0200 > @@ -314,6 +314,7 @@ > 'part' : countprefix, > 'files' : self._getPrefixedFiles(changeset), > 'dirs' : self._getPrefixedDirectories(changeset), > + 'log' : self.getLog().split('\n',1)[0], > } > > # We may try twice, first with files/dirs = files > > Once you patched the installed version of this file, in /usr/local/lib/python2.7/dist-packages/svnmailer/notifier/_mail.py you have two more changes in the config file you...
2016 Sep 02
0
CentOS Digest, Vol 140, Issue 1
...ND': 'printf "\\033]0;<mock-chroot>\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': '<mock-chroot> \\s-\\v\\$ '}gid=135user='mockbuild'timeout=0logger=<mockbuild.trace_decorator.getLog object at 0x22e3390>uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-are-we-there-yet.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'S...
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
Hi Sebastion, I've attached the current configuration file from the server. I'm not sure how far you want to go down the "trying to get realize nice summary path" lines, but if svn_mailer somehow supported running an external script to process the commit and come up with the path that would be ideal for integration on the server. - Daniel On Fri, Jan 25, 2013 at 12:59 PM,
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
Jordan Rose wrote: > +John C and Daniel, who have access to the servers. > > Way back when this thread was first active I asked around off-list where this needs to happen, and Daniel and Tanya said this (respectively): > > >> I'd prefer to stick with using either svn-mailer or svnnotify, as those are the ones we use in other places. svnnotify in particular is very full
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...200 > > @@ -314,6 +314,7 @@ > > 'part' : countprefix, > > 'files' : self._getPrefixedFiles(changeset), > > 'dirs' : self._getPrefixedDirectories(changeset), > > + 'log' : self.getLog().split('\n',1)[0], > > } > > > > # We may try twice, first with files/dirs = files > > > > > > Once you patched the installed version of this file, in > /usr/local/lib/python2.7/dist-packages/svnmailer/notifier/_mail.py > you have...
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
....gitmodules: New file, to track gnulib. * .gnulib: Submodule directory. * Makefile.am (EXTRA_DIST): Don't list config.rpath or gitlog-to-changelog. * autogen.sh: Adapt to use the new submodule. * cfg.mk: New file. (SUBDIRS): Add gnulib/lib and gnulib/tests. (dist-hook): Reflect new location of getlog-to-changelog. * configure.ac: Set build-aux/ as AUX_DIR. Invoke gl_EARLY and gl_INIT. (AC_CONFIG_FILES): Add gnulib/lib/Makefile and gnulib/tests/Makefile. --- .gitignore | 5 + .gitmodules | 3 + .gnulib | 1 + Makefile.am | 8 +- autogen.sh...
2013 Jan 28
0
[LLVMdev] Testing canaries
...4,6 +314,7 @@ > > > 'part' : countprefix, > > > 'files' : self._getPrefixedFiles(changeset), > > > 'dirs' : self._getPrefixedDirectories(changeset), > > > + 'log' : self.getLog().split('\n',1)[0], > > > } > > > > > > # We may try twice, first with files/dirs = files > > > > > > > > > > Once you patched the installed version of this file, in > > /usr/local/lib/python2.7/dist-packages/s...