[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 2/8] Include actual config in package, not defconfig
On Thu, 16 Apr 2015, George Dunlap wrote: > We want to include the actual config used to build the packages. > > Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxxxxx> Acked and committed > CC: Stefano Stabellini <stefano.stabellini@xxxxxxxxxx> > --- > raise | 1 - > scripts/mkdeb | 2 +- > scripts/mkrpm | 2 +- > 3 files changed, 2 insertions(+), 3 deletions(-) > > diff --git a/raise b/raise > index 94507d2..bce6908 100755 > --- a/raise > +++ b/raise > @@ -74,4 +74,3 @@ case "$1" in > esac > > $COMMAND > - > diff --git a/scripts/mkdeb b/scripts/mkdeb > index 86fac72..0225736 100755 > --- a/scripts/mkdeb > +++ b/scripts/mkdeb > @@ -36,7 +36,7 @@ cp -r data deb/opt/raisin > cp -r components deb/opt/raisin > cp -r scripts deb/opt/raisin > cp -r lib deb/opt/raisin > -cp defconfig raise deb/opt/raisin > +cp config raise deb/opt/raisin > > > # Debian doesn't use /usr/lib64 for 64-bit libraries > diff --git a/scripts/mkrpm b/scripts/mkrpm > index 98b630c..8de4508 100755 > --- a/scripts/mkrpm > +++ b/scripts/mkrpm > @@ -48,7 +48,7 @@ cp -r "$BASEDIR"/data \$RPM_BUILD_ROOT/opt/raisin > cp -r "$BASEDIR"/components \$RPM_BUILD_ROOT/opt/raisin > cp -r "$BASEDIR"/scripts \$RPM_BUILD_ROOT/opt/raisin > cp -r "$BASEDIR"/lib \$RPM_BUILD_ROOT/opt/raisin > -cp "$BASEDIR"/defconfig \$RPM_BUILD_ROOT/opt/raisin > +cp "$BASEDIR"/config \$RPM_BUILD_ROOT/opt/raisin > cp "$BASEDIR"/raise \$RPM_BUILD_ROOT/opt/raisin > > %clean > -- > 1.9.1 > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |