Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ LIB_DIR = ./src/lib VENDOR = ./vendor PROTOBUFC = $(VENDOR)/protobuf-c SOCKET99 = $(VENDOR)/socket99 VERSION_FILE = ./VERSION VERSION_FILE = ./config/VERSION VERSION = ${shell head -n1 $(VERSION_FILE)} KINETIC_LIB_NAME = $(PROJECT).$(VERSION) Loading Rakefile +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ end KineticRuby::Rake::load_tasks require 'ceedling' Ceedling.load_project(config: './project.yml') Ceedling.load_project(config: './config/project.yml') def report(message='') $stderr.flush Loading Loading @@ -97,7 +97,7 @@ namespace :doxygen do DOCS_PATH = "./docs/" directory DOCS_PATH CLOBBER.include DOCS_PATH VERSION = File.read('VERSION').strip VERSION = File.read('./config/VERSION').strip task :checkout_github_pages => ['clobber', DOCS_PATH] do git "clone git@github.com:seagate/kinetic-c.git -b gh-pages #{DOCS_PATH}" Loading VERSION→config/VERSION +0 −0 File moved. View file project.yml→config/project.yml +0 −0 File moved. View file Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ LIB_DIR = ./src/lib VENDOR = ./vendor PROTOBUFC = $(VENDOR)/protobuf-c SOCKET99 = $(VENDOR)/socket99 VERSION_FILE = ./VERSION VERSION_FILE = ./config/VERSION VERSION = ${shell head -n1 $(VERSION_FILE)} KINETIC_LIB_NAME = $(PROJECT).$(VERSION) Loading
Rakefile +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ end KineticRuby::Rake::load_tasks require 'ceedling' Ceedling.load_project(config: './project.yml') Ceedling.load_project(config: './config/project.yml') def report(message='') $stderr.flush Loading Loading @@ -97,7 +97,7 @@ namespace :doxygen do DOCS_PATH = "./docs/" directory DOCS_PATH CLOBBER.include DOCS_PATH VERSION = File.read('VERSION').strip VERSION = File.read('./config/VERSION').strip task :checkout_github_pages => ['clobber', DOCS_PATH] do git "clone git@github.com:seagate/kinetic-c.git -b gh-pages #{DOCS_PATH}" Loading