mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-19 13:17:39 +01:00
make, scripts: Remove /inst-source from RPM installation sources
Remove /inst-source from RPM installation sources, following that same action within all repositories and mirrors Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
6e14ee930f
commit
536d128f91
8 changed files with 13 additions and 13 deletions
|
|
@ -5,7 +5,7 @@ UPLOAD_SH = sh $(MOD_SCRIPT_DIR)/upload.sh
|
|||
|
||||
DISTRIBUTOR = $(shell $(GET_OS_SH) | cut -d- -f1)
|
||||
DISTRO_RELEASE = $(shell $(GET_OS_SH) | cut -d- -f2-)
|
||||
UPLOAD_URL = root@ftp.jannet.de:/srv/ftp/pub/packages/linux/$(DISTRIBUTOR)/$(DISTRO_RELEASE)/inst-source/setup/descr
|
||||
UPLOAD_URL = root@ftp.jannet.de:/srv/ftp/pub/packages/linux/$(DISTRIBUTOR)/$(DISTRO_RELEASE)/setup/descr
|
||||
|
||||
SELECTION = $(shell $(GENERATE_SELECTION) -s)-packages.txt
|
||||
CHANNEL_LIST = $(shell $(GENERATE_SELECTION) -s)-channels.txt
|
||||
|
|
@ -45,7 +45,7 @@ upload.done: selection.done
|
|||
|
||||
rpm-install-smart.done:
|
||||
if ! rpm -q smart >/dev/null 2>&1 ; then \
|
||||
wget ftp.jannet.de:/pub/packages/linux/$(DISTRIBUTOR)/$(DISTRO_RELEASE)/inst-source/rpm/i686/smart.rpm; \
|
||||
wget ftp.jannet.de:/pub/packages/linux/$(DISTRIBUTOR)/$(DISTRO_RELEASE)/rpm/i686/smart.rpm; \
|
||||
sudo rpm -U smart.rpm; \
|
||||
sudo smart update; \
|
||||
sudo smart channel --remove-all; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue