Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6 from treydock/34-release-fixes
Browse files Browse the repository at this point in the history
Minor fixes in prep of 3.4 release
  • Loading branch information
tabaer authored Nov 9, 2017
2 parents 016f3a2 + e4cba6b commit 487afbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 3.3
VERSION = 3.4
RELEASE = 1
ROOT = /
PREFIX = /usr/local
Expand Down Expand Up @@ -96,6 +96,7 @@ reaver:

pbsacct-python:
cd src/python && python setup.py install --single-version-externally-managed --root=$(ROOT)
install -m 0755 sbin/transform-accounting-log $(PREFIX)/sbin/

mpitools: parallel-command-processor pbsdcp-scatter jobarray-to-pcp

Expand Down
2 changes: 1 addition & 1 deletion pbstools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ make PREFIX=%{buildroot}/%{_prefix} WEBPREFIX=%{buildroot}/var/www/html/pbsacct
%dir %{_sysconfdir}/pbsacct
%{_sysconfdir}/pbsacct/create-tables.mysql
%{_sysconfdir}/pbsacct/create-tables.sqlite
%{_sysconfdir}/pbsacctdb.cfg
%config(noreplace) %{_sysconfdir}/pbsacctdb.cfg

%files -n pbsacct-jobscript-watcher
%{_sbindir}/jobscript-watcher
Expand Down

0 comments on commit 487afbd

Please sign in to comment.