Skip to content

Commit

Permalink
Add bitbucket archiver to minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Jun 21, 2024
1 parent 6c5c980 commit fe39aa0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ TO_CLEAN += $(BUILD_LOG)

# Minimal build

MINIMAL_STOP_AT=pscheduler-tool-passthrough
MINIMAL_STOP_AT=pscheduler-archiver-bitbucket
minimal:
$(MAKE) 'STOP=$(MINIMAL_STOP_AT)'

Expand Down
9 changes: 6 additions & 3 deletions unibuild-order
Original file line number Diff line number Diff line change
Expand Up @@ -128,18 +128,22 @@ pscheduler-server

# Things needed for a very-minimal functioning installation

# Idle
# Idle Test and Tools
pscheduler-test-idle
pscheduler-test-idlebgm
pscheduler-test-idleex
pscheduler-tool-sleep
pscheduler-tool-sleepbgm
pscheduler-tool-snooze

# No-Op
# No-Op Test and Tools
pscheduler-test-noop
pscheduler-tool-passthrough

# One archiver
pscheduler-archiver-bitbucket


# NOTE: If any additional packages are added here, the MINIMAL_STOP_AT
# variable in the Makefile must be adjusted to reflect the last one.

Expand Down Expand Up @@ -256,7 +260,6 @@ pscheduler-tool-umichwpa --bundle extras
# Archivers
#

pscheduler-archiver-bitbucket
pscheduler-archiver-esmond --bundle obsolete
pscheduler-archiver-failer
pscheduler-archiver-http
Expand Down

0 comments on commit fe39aa0

Please sign in to comment.