search for: hgignor

Displaying 20 results from an estimated 23 matches for "hgignor".

Did you mean: hgignore
2012 Feb 22
5
[PATCH] Add gtags target for xen/Makefile. Also update .hgignore.
# HG changeset patch # User Wei Liu <wei.liu2@citrix.com> # Date 1329922671 0 # Node ID bb2986677df84b9709a60aea7e70ffd9f9e23f76 # Parent d433a9cb0089683b8f75458807c5437341f2cdcc Add gtags target for xen/Makefile. Also update .hgignore. Signed-off-by: Wei Liu <wei.liu2@citrix.com> diff --git a/.hgignore b/.hgignore --- a/.hgignore +++ b/.hgignore @@ -23,6 +23,7 @@ ^\.config$ ^\.pc (^|/)(tags|TAGS)$ +(^|/)(GTAGS|GPATH|GSYMS|GRTAGS|gtags.*)$ ^build-.*$ ^dist/.*$ ^docs/.*\.aux$ diff --git a/xen/Makefile b/xen/Makefile...
2011 Dec 12
0
[PATCH] flask: add tools/flask/utils/flask-label-pci to .hgignore
I have just committed the patch below. Ian. # HG changeset patch # User Ian Jackson <Ian.Jackson@eu.citrix.com> # Date 1323712783 0 # Node ID 7ca56cca09ade16645fb4806be2c5b2b0bc3332b # Parent 7e90178b8bbfd2f78e8f4c6d593a2fb233350f41 flask: add tools/flask/utils/flask-label-pci to .hgignore This was apparently forgotten in 24353:448c48326d6b Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com> diff -r 7e90178b8bbf -r c995cdcc3700 .hgignore --- a/.hgignore Mon Dec 12 17:48:42 2011 +0000 +++ b/.hgignore Mon Dec 12 1...
2012 Jan 16
13
[PATCH v10 0/7] build upstream qemu and seabios by default
...changeset as QEMU_UPSTREAM_TAG rather than a branch name. Changes to v2: - move tools/git-checkout.sh to scripts/git-checkout.sh; - use git-checkout.sh for seabios; - improve seabios integration with tools/firmware make system; - add qemu-xen-traditional, qemu-xen and seabios dir entries to .hgignore. Changes to v1: - always build upstream qemu and seabios, rather than introducing them as an option. Cheers, Stefano
2008 May 22
2
Solaris dom0 xen-unstable.hg source for developers
...to compile on Solaris and run on dom0 -- cd xen.hg hg qinit -c echo "[paths]" > .hg/patches/.hg/hgrc echo "default = ssh://anon@hg.opensolaris.org/hg/xen-gate/devel-unstable-patches" >> .hg/patches/.hg/hgrc cd .hg/patches/ hg pull -uv ** You *may* need to merge .hgignore at this point.. if you do, it should be the following after the merge. -- syntax: glob status guards ** push the patches to make sure everything is ok -- cd ../../ hg qpush -a ** build the xvm gate You need the SUNWgcc packages from >= b87 to be able to build. -- cd ../ export XVM_WS...
2008 Mar 24
0
[PATCH] trivial build cleanup
xenapi.out needs to be ignored and removed on clean; tools/ioemu/i386-dm/Makefile is a soft link and should be ignored. Signed-off-by: Alex Williamson <alex.williamson@hp.com> -- diff -r dba5f548b894 .hgignore --- a/.hgignore Mon Mar 24 14:25:52 2008 -0600 +++ b/.hgignore Mon Mar 24 16:27:21 2008 -0600 @@ -58,6 +58,7 @@ ^docs/user/user\.html$ ^docs/xen-api/vm_lifecycle.eps$ ^docs/xen-api/xenapi-datamodel-graph.eps$ +^docs/xen-api/xenapi.out$ ^extras/mini-os/h/hypervisor-ifs$ ^extras/mini-os/h/xen-p...
2013 Feb 07
5
[PATCH v8] gcov: Coverage support
Updated set of patches for coverage. Changes: - change copyright lines - use gcov: instead of cover: in commit comment - use #ifdef in xen/common/sysctl.c instead of dummy inline function - added base documentation in docs/misc - added -h option to xencov
2012 Aug 27
1
Hidden files in source packages
..._.DS_store is from an Apple filesystem and .tex .log .aux .pdf .png are junk (as file names, not extensions). However, is there ever any reason for any of .Renviron .Rprofile .Rproj.user .backups .cvsignore .cproject .directory .dropbox .exrc .gdb.history .gitattributes .gitignore .gitmodules .hgignore .hqtags .htaccess .latex2html-init .project .seed .settings to be in a source package tarball? (For some of these it is not clear where they come from since there are multiple possible origins.) If you know of a reason to retain any of these, please let CRAN at r-project.org know (with 'H...
2013 Mar 22
1
R CMD check in R-3.0.0 gives warnings
I am running R CMD check on my package nleqslv with R-3.0.0 beta (2013-03-33 r62364) on Mac OS X 10.6.8 In contrast with R-2.15.3 R CMD check now issues a note for - Mercurial version control files .hgignore, .hgtags and directory .hg. These are however included in .hidden_file_exclusions. - typical Mac Finder files .DS_Store All of these are ignored when executing R CMD check --as-cran. I can't remove the .hg* files and directories. I could remove the .DS_Store files to avoid the note. The not...
2008 Oct 14
6
code review for 6734731 and 6734123
I''d like reviewers for: 6734731 vif-vnic instances can race against each other 6734123 xpvd-event logging is dismal The webrev is at http://dme.org/solaris/webrev/xvm-script-cleanup.
2006 Apr 13
0
[PATCH][Mini-OS][RESUBMIT] cscope patch
This patch adds a cscope option to the Mini-OS makefile. It also adds "cscope.*" globally to ".hgignore" Signed-off-by Aravindh Puthiyaparambil <aravindh.puthiyaparambil@unisys.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Sep 03
0
[XSM][PATCH] XSM python tools patch - remove autogenerated xsm.py
- The patch does away with the autogenerated xsm.py file and introduces a config parameter in xend-config.sxp to determine the security module. The parameter is (xsm_module_name {acm, dummy, flask}). The default setting/option is dummy. .hgignore is also updated to stop ignoring xsm.py on commits. - The patch has created an xsconstant for XS_POLICY_FLASK and updated the toolchain to check the instance of XS_POLICY_USE. XS_POLICY_USE evalauates to XS_POLICY_FLASK or XS_POLICY_ACM or XS_POLICY_DUMMY depending on configuration. - Flask rel...
2017 Jul 28
0
[Bug 12940] New: rsync: -C/--cvs-exclude does not ignore SCM ignore files (patch)
...rsync tool. It's been invaluable over the years! I was recently working on a project where I wanted to rsync a copy of a git repo, and exclude SCM files. I used rsync -C, but noticed that while .git was removed, .gitignore remained. I've written a small patch to also exclude .bzrignore, .hgignore, and .gitignore, so that bazaar, git and mercurial SCMs also have their ignore files, ignored (as they are practically useless without the other SCM files, e.g., for a tarball release). Before: austin at austin2:~/src/rsync$ rsync -CavPz /home/austin/src/foobar $(mktemp -d) sending incremental f...
2013 Mar 27
4
[Bug 9744] New: Support Git, Mercurial, Subversion ignore lists
...As http://stackoverflow.com/questions/13713101/rsync-exclude-according-to-gitignore-like-cvs-exclude notes, --filter=':- .gitignore' seems to work pretty well for Git (though there are probably more advanced points of syntax that Git and rsync interpret differently); but --filter=':- .hgignore' does not work well (since Mercurial allows regular expressions by default), and there is nothing at all for Subversion?s svn:ignore. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the b...
2013 Jul 15
8
[PATCH 0 of 7 v5] Introduce the tapback daemon (most of blkback in user-space)
This patch series introduces the tapback daemon, the user space daemon that acts as a device''s back-end, essentially most of blkback in user space. The daemon is responsible for coordinating the front-end and tapdisk. It creates tapdisk process as needed, instructs them to connect to/disconnect from the shared ring, and manages the state of the back-end. The shared ring between the
2013 Mar 25
86
[PATCH 00/28] libxl: ocaml: improve the bindings
The following series of patches fill in most of the gaps in the OCaml bindings to libxl, to make them useful for clients such as xapi/xenopsd (from XCP). There are a number of bugfixes to the existing bindings as well. I have an experimental version of xenopsd that successfully uses the new bindings. An earlier version of the first half of the series was submitted to the last by Ian Campbell on
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *
2012 Oct 26
4
R 2.15.2 is released
...es, including inst/doc/.Rinstignore, vignettes/.Rinstignore, (.Rinstignore should be at top level), .deps under src, .Renviron, .Rprofile, .Rproj.user, .backups, .cvsignore, .cproject, .directory, .dropbox, .exrc, .gdb.history, .gitattributes, .gitignore, .gitmodules, .hgignore, .hgtags, .htaccess, .latex2html-init, .project, .seed, .settings, .tm_properties and various leftovers. o R CMD check now checks for .C(), .Call(), .External() and .Fortran() calls in other packages, and gives a warning on those found from R itself (which are not part...
2012 Oct 26
4
R 2.15.2 is released
...es, including inst/doc/.Rinstignore, vignettes/.Rinstignore, (.Rinstignore should be at top level), .deps under src, .Renviron, .Rprofile, .Rproj.user, .backups, .cvsignore, .cproject, .directory, .dropbox, .exrc, .gdb.history, .gitattributes, .gitignore, .gitmodules, .hgignore, .hgtags, .htaccess, .latex2html-init, .project, .seed, .settings, .tm_properties and various leftovers. o R CMD check now checks for .C(), .Call(), .External() and .Fortran() calls in other packages, and gives a warning on those found from R itself (which are not part...
2012 Oct 26
4
R 2.15.2 is released
...es, including inst/doc/.Rinstignore, vignettes/.Rinstignore, (.Rinstignore should be at top level), .deps under src, .Renviron, .Rprofile, .Rproj.user, .backups, .cvsignore, .cproject, .directory, .dropbox, .exrc, .gdb.history, .gitattributes, .gitignore, .gitmodules, .hgignore, .hgtags, .htaccess, .latex2html-init, .project, .seed, .settings, .tm_properties and various leftovers. o R CMD check now checks for .C(), .Call(), .External() and .Fortran() calls in other packages, and gives a warning on those found from R itself (which are not part...
2010 Aug 18
16
[PATCH 00 of 16] libxl: autogenerate type definitions and destructor functions
The series introduces auto-generation of the type definitions used in the libxl interface followed by auto-generation of a destructor function for each type. In the future it may be possible to use the related data structures for other purposes, for example auto-generation of the functions to marshal between C and language binding data types. tools/_libxl_types.h should be identical both before