Skip to content

Commit

Permalink
Merge pull request #2908 from lindig/ppx-ely
Browse files Browse the repository at this point in the history
Rebase ppx-ely on top of v1.14.5 (was v1.14.4)
  • Loading branch information
mseri authored Feb 14, 2017
2 parents ffd9132 + 537bfff commit 0fb0990
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ xapi.spec: xapi.spec.in
srpm: xapi.spec
mkdir -p $(RPM_SOURCESDIR) $(RPM_SPECSDIR) $(RPM_SRPMSDIR)
while ! [ -d .git ]; do cd ..; done; \
git archive --prefix=xapi-1.14.4/ --format=tar HEAD | bzip2 -z > $(RPM_SOURCESDIR)/xapi-1.14.4.tar.bz2 # xen-api/Makefile
git archive --prefix=xapi-1.14.5/ --format=tar HEAD | bzip2 -z > $(RPM_SOURCESDIR)/xapi-1.14.5.tar.bz2 # xen-api/Makefile
cp $(JQUERY) $(JQUERY_TREEVIEW) $(RPM_SOURCESDIR)
make -C $(REPO) version
rm -f $(RPM_SOURCESDIR)/xapi-version.patch
Expand Down
2 changes: 1 addition & 1 deletion scripts/extensions/pool_update.apply
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def failure_message(code, params):


def execute_apply(session, update_package, yum_conf_file):
cmd = ['yum', 'install', '-y', '--noplugins', '-c', yum_conf_file, update_package]
cmd = ['yum', 'upgrade', '-y', '--noplugins', '-c', yum_conf_file, update_package]
yum_env = os.environ.copy()
yum_env['LANG'] = 'C'
p = subprocess.Popen(cmd, shell=False, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, close_fds=True, env=yum_env)
Expand Down
2 changes: 1 addition & 1 deletion xapi.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Summary: xapi - xen toolstack for XCP
Name: xapi
Version: 1.14.4
Version: 1.14.5
Release: @RPM_RELEASE@
Group: System/Hypervisor
License: LGPL+linking exception
Expand Down

0 comments on commit 0fb0990

Please sign in to comment.