Skip to content
Snippets Groups Projects
Commit da2309cf authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

Problem mit "reprepro"

parent 642f414a
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,9 @@ DEB_REPOS=Ubuntu_18.04
DEB_REPOS:=$(addprefix $(REPOS_ROOT),$(DEB_REPOS))
DEB_REPO_BIONIC=$(addprefix $(REPOS_ROOT),Ubuntu_18.04)
DEB_REPO_FOCAL=$(addprefix $(REPOS_ROOT),Ubuntu_20.04)
all: init_suse init_deb_bionic upload
all: init_suse upload # init_deb_bionic init_deb_focal
#all: init_suse upload
init_suse:
......@@ -46,6 +47,11 @@ init_deb_bionicXXX:
init_deb_bionic:
reprepro -b $(DEB_REPO_BIONIC) --force --verbose includedeb bionic *.deb | \
gzip -9c > Packages.gz
init_deb_focal:
reprepro -b $(DEB_REPO_FOCAL) --force --verbose includedeb focal *.deb | \
gzip -9c > Packages.gz
reprepro -b $(DEB_REPO_FOCAL) export
init_debXXX:
@for i in $(DEB_REPOS); \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment