mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 19:07:39 -02: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")
|
GRUNT ?= $(shell [ -t 0 ] && echo "grunt" || echo "grunt --no-color")
|
||||||
BROCCOLI ?= ./node_modules/.bin/broccoli
|
BROCCOLI ?= ./node_modules/.bin/broccoli
|
||||||
NODE ?= node
|
NODE ?= node
|
||||||
DEPS_SCRIPT ?= packaging/offline/deps.py
|
DEPS_SCRIPT ?= packaging/bundle/deps.py
|
||||||
AW_REPO_URL ?= "http://releases.ansible.com/ansible-tower"
|
AW_REPO_URL ?= "http://releases.ansible.com/ansible-tower"
|
||||||
|
|
||||||
# Determine appropriate shasum command
|
# Determine appropriate shasum command
|
||||||
|
|||||||
Reference in New Issue
Block a user