mirror of
https://github.com/ansible/awx.git
synced 2026-02-13 17:24:45 -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:
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
|
||||
|
||||
Reference in New Issue
Block a user