mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Renamed packaging/offline -> packaging/bundle
Also replaced all instances off `offline` with `bundle`. Also includes minor trailing whitespace cleanup.
This commit is contained in:
parent
b456f2955e
commit
cb1d60939b
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ PACKER ?= packer
|
||||
GRUNT ?= $(shell [ -t 0 ] && echo "grunt" || echo "grunt --no-color")
|
||||
BROCCOLI ?= ./node_modules/.bin/broccoli
|
||||
NODE ?= node
|
||||
DEPS_SCRIPT ?= packaging/offline/deps.py
|
||||
DEPS_SCRIPT ?= packaging/bundle/deps.py
|
||||
AW_REPO_URL ?= "http://releases.ansible.com/ansible-tower"
|
||||
|
||||
# Determine appropriate shasum command
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user