Skip to content

Commit

Permalink
change the ot-orchagent name to orchagent-ot
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic-otn committed Jan 16, 2024
1 parent 3741d2d commit 4a20965
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 15 deletions.
1 change: 0 additions & 1 deletion Makefile.work
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ rules/config.user:
$(Q)echo -n ""

include rules/config

-include rules/config.user

ifneq ($(DEFAULT_CONTAINER_REGISTRY),)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 0 additions & 11 deletions dockers/docker-ot-orchagent/Dockerfile.cleanup

This file was deleted.

1 change: 1 addition & 0 deletions rules/config
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ SONIC_DPKG_CACHE_SOURCE ?= /var/cache/sonic/artifacts
# Default VS build memory preparation
DEFAULT_VS_PREPARE_MEM = yes


# INCLUDE_SYSTEM_TELEMETRY - build docker-sonic-telemetry for system telemetry support
INCLUDE_SYSTEM_TELEMETRY = y

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions rules/docker-ot-orchagent.mk → rules/docker-orchagent-ot.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker image for ot-orchagent
# docker image for orchagent-ot

DOCKER_OT_ORCHAGENT_STEM = docker-ot-orchagent
DOCKER_OT_ORCHAGENT_STEM = docker-orchagent-ot
DOCKER_OT_ORCHAGENT = $(DOCKER_OT_ORCHAGENT_STEM).gz
DOCKER_OT_ORCHAGENT_DBG = $(DOCKER_OT_ORCHAGENT_STEM)-$(DBG_IMAGE_MARK).gz

Expand Down
2 changes: 1 addition & 1 deletion slave.mk
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ list :
###############################################################################
## Include other rules
###############################################################################
include $(RULES_PATH)/config

include $(RULES_PATH)/config
-include $(RULES_PATH)/config.user


Expand Down
1 change: 1 addition & 0 deletions src/sonic-host-services-data/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ else
HOST_SERVICE_OPTS := --no-start --no-enable
endif


build:

%:
Expand Down

0 comments on commit 4a20965

Please sign in to comment.