Skip to content
Snippets Groups Projects
Commit c05494f2 authored by Seblu's avatar Seblu
Browse files

let make buildd distro be choose when calling make

make DISTRO=squeeze buildd
parent d3978415
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
NAME=installsystems
VERSION=$(shell sed -rn 's/version = "([^"]+)"/\1/p' installsystems/__init__.py)
BUILD_DIR=__build__
DISTRO=sid
all:
echo all is better than nothing
......@@ -26,7 +27,7 @@ deb: cleanbuild $(NAME)-$(VERSION).tar.gz
buildd: dsc
chmod 644 $(BUILD_DIR)/$(NAME)_*.dsc $(BUILD_DIR)/$(NAME)_*.gz
scp $(BUILD_DIR)/$(NAME)_*.dsc $(BUILD_DIR)/$(NAME)_*.gz incoming@buildd.fr.lan:sid
scp $(BUILD_DIR)/$(NAME)_*.dsc $(BUILD_DIR)/$(NAME)_*.gz incoming@buildd.fr.lan:$(DISTRO)
clean: cleantar cleanbuild
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment