Skip to content

Commit

Permalink
Merge pull request #17 from redBorder/development
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
malvads authored May 17, 2024
2 parents f2bb7de + 88515c2 commit e5251d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ rpm:
$(MAKE) -C packaging/rpm

rpmtest:
$(MAKE) LATEST=`git stash create` -C packaging/rpm
$(MAKE) LATEST=`git stash create` -C packaging/rpm

clean:
rm -rf SOURCES pkgs
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.2.0
2 changes: 1 addition & 1 deletion resources/bin/rb_clean_zookeeper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ consumersdata=0
startservices=1
kafkaclean=0
ds_services_stop="chef-client f2k n2klocd redborder-monitor"
ds_services_start="zookeeper kafka k2http f2k rb-sociald rb-snmp nmspd n2klocd freeradius redborder-monitor chef-client sfacctd logstash rb-ale redborder-scanner"
ds_services_start="zookeeper kafka k2http f2k rb-sociald rb-snmp nmspd n2klocd freeradius redborder-monitor chef-client sfacctd logstash redborder-ale redborder-scanner"

function usage() {
echo "rb_clean_zookeeper.sh [-h][-f][-c][-l][-k]"
Expand Down

0 comments on commit e5251d7

Please sign in to comment.