Displaying 20 results from an estimated 135 matches for "quilt".
Did you mean:
built
2012 Jul 04
2
problem with quilt.plot
HI to you all!
I have problem with quilt.plot....this is the code:
quilt.plot(long_gridded,lat_gridded,d18O_gridded,nrow=n,ncol=m,xaxt='n',yaxt='n',xlab=NA, ylab=NA,breaks=seq(d18O_gridded_1,d18O_gridded_2,length.out=number_colors),col=col,horizontal=FALSE,nlevel=number_colors - 1,legend.args=list(quote(delta^18*O~("‰...
2007 Apr 18
2
[PATCH] x86_64 paravirt_ops port
...replaced
* Code to init guests, as in 32-bit's startup_32
* patching works (sometimes). Still work needed to stabilize it.
So, here it goes.
Comments welcome
--
Glauber de Oliveira Costa
Red Hat Inc.
"Free as in Freedom"
-------------- next part --------------
Index: linux-2.6.19-quilt/arch/x86_64/Kconfig
===================================================================
--- linux-2.6.19-quilt.orig/arch/x86_64/Kconfig
+++ linux-2.6.19-quilt/arch/x86_64/Kconfig
@@ -336,6 +336,18 @@ config NODES_SHIFT
# Dummy CONFIG option to select ACPI_NUMA from drivers/acpi/Kconfig.
+confi...
2007 Apr 18
2
[PATCH] x86_64 paravirt_ops port
...replaced
* Code to init guests, as in 32-bit's startup_32
* patching works (sometimes). Still work needed to stabilize it.
So, here it goes.
Comments welcome
--
Glauber de Oliveira Costa
Red Hat Inc.
"Free as in Freedom"
-------------- next part --------------
Index: linux-2.6.19-quilt/arch/x86_64/Kconfig
===================================================================
--- linux-2.6.19-quilt.orig/arch/x86_64/Kconfig
+++ linux-2.6.19-quilt/arch/x86_64/Kconfig
@@ -336,6 +336,18 @@ config NODES_SHIFT
# Dummy CONFIG option to select ACPI_NUMA from drivers/acpi/Kconfig.
+confi...
2008 Jan 08
1
[PATCH] KVM: add KVM_SYNC_SHADOW_WITH_USER ioctl
The host needs to zap its shadow entries before performing an inflate
operation to avoid the guest from using stale ones.
So add an ioctl to interface with kvm_mmu_zap_all().
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Index: kvm.quilt/arch/x86/kvm/x86.c
===================================================================
--- kvm.quilt.orig/arch/x86/kvm/x86.c
+++ kvm.quilt/arch/x86/kvm/x86.c
@@ -680,6 +680,7 @@ int kvm_dev_ioctl_check_extension(long e
case KVM_CAP_USER_MEMORY:
case KVM_CAP_SET_TSS_ADDR:
case KVM_CAP_EXT_CPUI...
2007 Jan 12
1
quilt.plot
Dear all,
I have a problem with plotting.
I have an irregular set of data, where latitude is listed from bigger to
smaller values. So, I cannot plot with image.plot.
On the other hand, quilt.plot solves the problem, but it can't take the
definition of color. It gives the feedback:
Error in image.plot(out.p, col = tim.colors(64), ...) :
formal argument "col" matched by multiple actual arguments
The question is: is there a way to define the color palette in quilt....
2009 Nov 22
0
Processed: reassign 538683 to quilt, forcibly merging 534840 538683
Processing commands for control at bugs.debian.org:
> reassign 538683 quilt
Bug #538683 [xen-common] xen-common: FTBFS with new source format 3.0 (quilt): fails to copy .pc due to files with 000 permissions
Bug reassigned from package 'xen-common' to 'quilt'.
Bug No longer marked as found in versions 3.3.1-1.
> forcemerge 534840 538683
Bug#534840: quilt:...
2012 Nov 29
2
Data Cleaning -New user coming from SAS
Hello, this is my first post. I have a large CSV file where I need to fill in
the 1st and 2nd column with a Loan # and Account name that would be found in
a line of text : like this: ,,Loan #:,ML-113-07,Account Name:, Quilting
Boutique,,,,,,,,,,,
I would like to place the Loan #: ML-113-07 in the first column and the
account name quilting boutique in the second column. If possible I would
also like to copy these details all the way down until the end of the
record. But I would just be happy to know the best way to sc...
2019 Jan 18
0
[klibc:master] Never clean files in quilt status directory
...klibc/klibc.git;a=commit;h=f46648e5315f2f8aff74bcd723edc24ea4c6d29e
Author: Ben Hutchings <ben at decadent.org.uk>
AuthorDate: Sun, 15 Jul 2018 21:53:39 +0100
Committer: Ben Hutchings <ben at decadent.org.uk>
CommitDate: Fri, 18 Jan 2019 03:10:14 +0000
[klibc] Never clean files in quilt status directory
The top-level "distclean" and "mrproper" targets delete zero-size
files in the source, perhaps assumed to be stamp files. This is fine
for actual source direcgtories, but disastrous for a quilt status
directory.
For each patch, quilt stores the previous versi...
2009 May 28
0
Changing data point size in quilt.plot
Hi,
I am new to R and am using quilt.plot (from fields package) to plot gas concentrations in Europe.
I am using the following code to plot my data
library(maps)
library(fields)
test = read.csv("%change 1996_2005.txt", sep="\t")
colnames(test) = c("Station", "Measurement_BaseO3", "Model_B...
2018 Jul 17
0
[PATCH] Never clean files in quilt status directory
The top-level "distclean" and "mrproper" targets delete zero-size
files in the source, perhaps assumed to be stamp files. This is fine
for actual source direcgtories, but disastrous for a quilt status
directory.
For each patch, quilt stores the previous versions of the modified
files in a subdirectory of .pc. If the patch creates a file, this
file will be empty. Removing it effectively removes the file creation
from the patch.
The .git directory is already excluded from the clean rule...
2009 Nov 04
0
Bug#538683: Source format "3.0 (quilt)" allowed in testing/unstable
[ Same message sent in bcc to all remaining "FTBFS with new source format" ]
Hello,
the new source format "3.0 (quilt)" is now allowed in testing/unstable and
having all packages buildable with the new format is a release goal
(http://wiki.debian.org/ReleaseGoals/NewDebFormats).
Thus it would be nice to see this bug fixed. If you want, you can directly
fix the bug by switching the package to use the new form...
2005 Jun 20
0
[patch 2/3] fs/ext3/resize.c: fix sparse warnings
An embedded and charset-unspecified text was scrubbed...
Name: sparse-fs_ext3_resize.patch
URL: <http://listman.redhat.com/archives/ext3-users/attachments/20050620/8e33ffa8/attachment.ksh>
2011 Jul 14
1
plotting x y z data from an irregular grid
...39;m trying to plot some data (z) that is linked to lat&long coordinates
(x&y). These coordinates are not however on a regular grid. I also have some
shapefiles on which I would like to overlay the data. I can plot the
shapefiles (country/city outlines) and overplot the data, but only using
quilt.plot because I otherwise always get the error message that
'Error in image.default(..., add = add, col = col) :
increasing 'x' and 'y' values expected'
which has something to do with the organization of my data but I cannot
figure out how to change it correctly. This is...
2007 Apr 18
2
Heads up
...d
it later if needed.
The bigger immediate issue is that we seem to be having an emerging
tools compatibility problem; all those Index: lines you added will get
removed when I refresh the patch. I'm using the mercurial mq extension,
as is Rusty, and Chris is using a combination of mq and quilt. What are
you using? Why can't it deal with the patches?
J
2018 Aug 23
3
git workflow, redux
...README.source
testing dirties the tree
New upstream ??? no idea how # choose VERSION and COMMIT
rebase to do this git tag upstream/VERSION COMMIT
fix up conflicts git debrebase new-upstream VERSION
in quilt omg! # fix up conflicts in git
# edit changelog at some point
Add a patch obtain tree # edit upstream files
with upstream src git commit
do quilt stuff
Amend a patch obtain tree g...
2010 Aug 04
1
[3.4.8/Debian Testing amd64] dpkg-build-package fails with linker error
...us -rfakeroot"
==
I found I need to add the "format=1.0" option now because otherwise an
error is thrown which had been only a information with 3.4.5. I assume
this is not related to the linker error. (sorry logs in German only)
3.4.5 :
dpkg-source: Information: Quellformat ?3.0 (quilt)? verworfen: keine
orig.tar-Datei gefunden
dpkg-source: Information: verwende Quellformat ?1.0?
3.4.8:
dpkg-source: Fehler: kann nicht mit Quellformat ?3.0 (quilt)? bauen:
keine orig.tar-Datei gefunden
dpkg-buildpackage: Fehler: dpkg-source --no-copy -b
201008042116-samba-3.4.8dfsg2-testing gab...
2010 Mar 11
2
[Xen-API] [XCP] domain 0 kernel patch queue published
...cm/linux/kernel/git/torvalds/linux-2.6.git linux-2.6.git
$ cd linux-2.6.git
$ mkdir .git/patches
$ hg clone http://xenbits.xen.org/XCP/linux-2.6.27.pq.hg .git/patches/master
$ touch .git/patches/status
$ git reset --hard v2.6.27
$ guilt push -a
Using quilt against
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2.
appears to work but requires you to allow additional fuzz e.g.
"QUILT_PATCH_OPTS=-F3 quilt push -a".
Ian.
_______________________________________________
xen-api mailing list
xen-api@lists.xensource.com
http://li...
2010 Mar 11
2
[Xen-API] [XCP] domain 0 kernel patch queue published
...cm/linux/kernel/git/torvalds/linux-2.6.git linux-2.6.git
$ cd linux-2.6.git
$ mkdir .git/patches
$ hg clone http://xenbits.xen.org/XCP/linux-2.6.27.pq.hg .git/patches/master
$ touch .git/patches/status
$ git reset --hard v2.6.27
$ guilt push -a
Using quilt against
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2.
appears to work but requires you to allow additional fuzz e.g.
"QUILT_PATCH_OPTS=-F3 quilt push -a".
Ian.
_______________________________________________
xen-api mailing list
xen-api@lists.xensource.com
http://li...
2019 Jun 28
2
[PATCH 16/25] device-dax: use the dev_pagemap internal refcount
...add my reviewed-by for the series, but my tested-by should be on the
> > > final state of the series.
> >
> > The conflict looks OK to me, I think we can let Andrew and Linus
> > resolve it.
> >
>
> Andrew's tree effectively always rebases since it's a quilt series.
> I'd recommend pulling Ira's patch out of -mm and applying it with the
> rest of hmm reworks. Any other git tree I'd agree with just doing the
> late conflict resolution, but I'm not clear on what's the best
> practice when conflicting with -mm.
Regardless...
2005 Jun 20
0
[patch 1/3] fs/ext3/super.c: fix sparse warnings
An embedded and charset-unspecified text was scrubbed...
Name: sparse-fs_ext3_super.patch
URL: <http://listman.redhat.com/archives/ext3-users/attachments/20050620/af49961a/attachment.ksh>