mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-16 04:23:31 +01:00
cfg_dev.mk, rpmdist.mk: Upload opts rpmdist.mk -> cfg_dev.mk
Move project specific upload options from rpmdist.mk into cfg_dev.mk.
This commit is contained in:
parent
bf436c11d1
commit
3a525481d3
2 changed files with 22 additions and 47 deletions
|
|
@ -38,6 +38,18 @@ CONFIG_FILE = $(CONFIG_DIR)/$(PROJECT).cfg
|
|||
LIBTYPE = static
|
||||
FTP_PUB_DIR_ABS = $(JANNET_PROJ_DIR)/$(PROJECT)
|
||||
|
||||
# rpmdist.mk variables
|
||||
MKSPEC_SH = $(TOPDIR)/make/mkspec.sh
|
||||
FTP_SRC_GROUP = ytsrc
|
||||
FTP_SRC_USER = jan
|
||||
FTP_RUN_GROUP = ytrun
|
||||
FTP_RUN_USER = jan
|
||||
FTP_DEV_GROUP = ytdev
|
||||
FTP_DEV_USER = jan
|
||||
FTP_HOST = nb02
|
||||
#FTP_HOST = ftp.jannet.de
|
||||
FTP_HOST_LOGIN = root
|
||||
|
||||
# -- debugging options
|
||||
|
||||
# for using the dbmalloc lib, before you will need to do:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue