(file) Return to Testcimmof CVS log (file) (dir) Up to [Pegasus] / pegasus

File: [Pegasus] / pegasus / Attic / Testcimmof (download)
Revision: 1.3.52.1, Fri Mar 23 20:53:41 2007 UTC (17 years, 2 months ago) by kumpf
Branch: TASK-PEP286_PRIVILEGE_SEPARATION-branch
Changes since 1.3: +1 -1 lines
PEP#: 286
TITLE: Privilege Separation
DESCRIPTION: Merge PEP286_PRIVILEGE_SEPARATION_BRANCH into the HEAD.

include $(PEGASUS_ROOT)/mak/config.mak
include $(PEGASUS_ROOT)/mak/commands.mak

clean:
	@$(RM) -Rf $(REPOSITORY_DIR)/repository.old
	@$(RM) -Rf $(REPOSITORY_DIR)/repository
	@$(RM) -Rf repository.log

poststarttests:
	$(MAKE) -f $(ROOT)/Testcimmof -i cimstop
	@$(RM) -Rf $(REPOSITORY_DIR)/repository.old
	@$(RM) -Rf $(REPOSITORY_DIR)/repository
	@$(RM) -Rf repository.log
	@$(ECHO) $(CIM_SCHEMA_DIR)
	$(MAKE) repository
	@$(MOVE) $(REPOSITORY_DIR)/repository $(REPOSITORY_DIR)/repository.old
	$(MAKE) -f $(ROOT)/Testcimmof cimstart
	@$(SLEEP) 5
	@$(ECHO) $(CIM_SCHEMA_DIR)
	$(MAKE) repositoryServer
	@ ./diffscript $(REPOSITORY_DIR) root#cimv2/classes
	@ ./diffscript $(REPOSITORY_DIR) root#PG_Internal/classes
	@ ./diffscript $(REPOSITORY_DIR) root#PG_InterOp/classes


No CVS admin address has been configured
Powered by
ViewCVS 0.9.2