Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
bharnden committed Jan 15, 2018
1 parent a166c16 commit f4f5c9f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
- fixed some broken tests
* BUGFIXES:
- #142 - duplication of custom services
- #136 - sphinx-apidoc command not found
- #137 - make command fails when using distclean

2017-09-01 CORE 5.0
* DEVELOPMENT:
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#

if WANT_DOCS
DOCS = doc daemon/doc
DOCS = doc
endif
if WANT_GUI
GUI = gui
Expand Down
7 changes: 5 additions & 2 deletions daemon/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
SETUPPY = setup.py
SETUPPYFLAGS = -v

if WANT_DOCS
SUBDIRS = doc
endif

SBIN_FILES = \
sbin/core-cleanup \
sbin/core-daemon \
Expand Down Expand Up @@ -121,8 +125,7 @@ rpm:
dist-hook:
rm -rf `find $(distdir)/ -name .svn` `find $(distdir)/ -name '*.pyc'`

DISTCLEANFILES = Makefile.in core/*.pyc MANIFEST doc/Makefile.in doc/Makefile \
doc/conf.py
DISTCLEANFILES = Makefile.in core/*.pyc MANIFEST

# files to include with distribution tarball
EXTRA_DIST = $(SETUPPY) MANIFEST.in core doc $(LOGROTATE_FILE)
2 changes: 1 addition & 1 deletion daemon/doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#

# extra cruft to remove
DISTCLEANFILES = conf.py Makefile.in stamp-vti *.rst
DISTCLEANFILES = conf.py Makefile Makefile.in stamp-vti *.rst

all: index.rst

Expand Down
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# branch name for the sonar analysis
sonar.branch=origin/cleanup
sonar.branch=origin/master

# required metadata
sonar.projectKey=CORE
sonar.projectName=CORE
sonar.projectVersion=1.0.0
sonar.projectVersion=5.1

# define modules
sonar.modules=PythonLibrary
Expand Down

0 comments on commit f4f5c9f

Please sign in to comment.