Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2020-05-16 04:30:08 +0300
committerGitHub <noreply@github.com>2020-05-16 04:30:08 +0300
commit04ec72160ad099299bee80680bad4a2565d7c6e8 (patch)
tree904346e7c63a0a0ab90b0111d89ac48faf14805c /Makefile
parent3dedf95dbdf1fa170ad7256bc2dfa2a12228bc32 (diff)
Fixes for building ansible-base .debs, using py3 (#69534)
Change: - Changes for ansible -> ansible base - Bump to py3 for 2.10 PPA release Test Plan: - Local VM; Jenkins after merge. Tickets: - Refs #57342 Signed-off-by: Rick Elrod <rick@elrod.me>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b91e45a000f..d49d0f0bd49 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@
########################################################
# variable section
-NAME = ansible
+NAME = ansible-base
OS = $(shell uname -s)
PREFIX ?= '/usr/local'
SDIST_DIR ?= 'dist'