From 0ff81719adf0f3c4154a9bfb6f01e8e227c67fe4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 24 May 2023 09:21:21 +0200 Subject: [PATCH] move to proxmox-apt/ Signed-off-by: Wolfgang Bumiller --- .cargo/config | 5 -- .gitignore | 9 --- Makefile | 67 ------------------- Cargo.toml => proxmox-apt/Cargo.toml | 0 {debian => proxmox-apt/debian}/changelog | 0 {debian => proxmox-apt/debian}/control | 0 {debian => proxmox-apt/debian}/copyright | 0 {debian => proxmox-apt/debian}/debcargo.toml | 0 {src => proxmox-apt/src}/config.rs | 0 {src => proxmox-apt/src}/deb822/mod.rs | 0 .../src}/deb822/packages_file.rs | 0 .../src}/deb822/release_file.rs | 0 .../src}/deb822/sources_file.rs | 0 {src => proxmox-apt/src}/lib.rs | 0 {src => proxmox-apt/src}/repositories/file.rs | 0 .../src}/repositories/file/list_parser.rs | 0 .../src}/repositories/file/sources_parser.rs | 0 {src => proxmox-apt/src}/repositories/mod.rs | 0 .../src}/repositories/release.rs | 0 .../src}/repositories/repository.rs | 0 .../src}/repositories/standard.rs | 0 ...sts_bullseye_contrib_binary-amd64_Packages | 0 ..._dists_bullseye_main_binary-amd64_Packages | 0 ...ts_bullseye_non-free_binary-amd64_Packages | 0 ...b.debian.org_debian_dists_bullseye_Release | 0 ...org_debian_dists_bullseye_Release_insecure | 0 ..._debian_dists_bullseye_main_source_Sources | 0 ...ox.com_debian_pve_dists_bullseye_InRelease | 0 ...rg_debian_dists_bullseye-updates_InRelease | 0 ...debian.org_debian_dists_bullseye_InRelease | 0 ...security_dists_bullseye-security_InRelease | 0 {tests => proxmox-apt/tests}/repositories.rs | 0 .../absolute_suite.list | 0 .../absolute_suite.sources | 0 .../sources.list.d.expected/bad-security.list | 0 .../sources.list.d.expected/bad.sources | 0 .../sources.list.d.expected/case.sources | 0 .../sources.list.d.expected/cdroms.list | 0 .../tests}/sources.list.d.expected/files.list | 0 .../sources.list.d.expected/multiline.sources | 0 .../options_comment.list | 0 .../pbs-enterprise.list | 0 .../sources.list.d.expected/pve-alt.list | 0 .../tests}/sources.list.d.expected/pve.list | 0 .../sources.list.d.expected/standard.list | 0 .../sources.list.d.expected/standard.sources | 0 .../tests}/sources.list.d/absolute_suite.list | 0 .../sources.list.d/absolute_suite.sources | 0 .../tests}/sources.list.d/bad-security.list | 0 .../tests}/sources.list.d/bad.sources | 0 .../tests}/sources.list.d/case.sources | 0 .../tests}/sources.list.d/cdroms.list | 0 .../tests}/sources.list.d/files.list | 0 .../tests}/sources.list.d/multiline.sources | 0 .../sources.list.d/options_comment.list | 0 .../tests}/sources.list.d/pbs-enterprise.list | 0 .../tests}/sources.list.d/pve-alt.list | 0 .../tests}/sources.list.d/pve.list | 0 .../tests}/sources.list.d/standard.list | 0 .../tests}/sources.list.d/standard.sources | 0 rustfmt.toml | 1 - 61 files changed, 82 deletions(-) delete mode 100644 .cargo/config delete mode 100644 .gitignore delete mode 100644 Makefile rename Cargo.toml => proxmox-apt/Cargo.toml (100%) rename {debian => proxmox-apt/debian}/changelog (100%) rename {debian => proxmox-apt/debian}/control (100%) rename {debian => proxmox-apt/debian}/copyright (100%) rename {debian => proxmox-apt/debian}/debcargo.toml (100%) rename {src => proxmox-apt/src}/config.rs (100%) rename {src => proxmox-apt/src}/deb822/mod.rs (100%) rename {src => proxmox-apt/src}/deb822/packages_file.rs (100%) rename {src => proxmox-apt/src}/deb822/release_file.rs (100%) rename {src => proxmox-apt/src}/deb822/sources_file.rs (100%) rename {src => proxmox-apt/src}/lib.rs (100%) rename {src => proxmox-apt/src}/repositories/file.rs (100%) rename {src => proxmox-apt/src}/repositories/file/list_parser.rs (100%) rename {src => proxmox-apt/src}/repositories/file/sources_parser.rs (100%) rename {src => proxmox-apt/src}/repositories/mod.rs (100%) rename {src => proxmox-apt/src}/repositories/release.rs (100%) rename {src => proxmox-apt/src}/repositories/repository.rs (100%) rename {src => proxmox-apt/src}/repositories/standard.rs (100%) rename {tests => proxmox-apt/tests}/deb822/packages/deb.debian.org_debian_dists_bullseye_contrib_binary-amd64_Packages (100%) rename {tests => proxmox-apt/tests}/deb822/packages/deb.debian.org_debian_dists_bullseye_main_binary-amd64_Packages (100%) rename {tests => proxmox-apt/tests}/deb822/packages/deb.debian.org_debian_dists_bullseye_non-free_binary-amd64_Packages (100%) rename {tests => proxmox-apt/tests}/deb822/release/deb.debian.org_debian_dists_bullseye_Release (100%) rename {tests => proxmox-apt/tests}/deb822/release/deb.debian.org_debian_dists_bullseye_Release_insecure (100%) rename {tests => proxmox-apt/tests}/deb822/sources/deb.debian.org_debian_dists_bullseye_main_source_Sources (100%) rename {tests => proxmox-apt/tests}/lists/download.proxmox.com_debian_pve_dists_bullseye_InRelease (100%) rename {tests => proxmox-apt/tests}/lists/ftp.debian.org_debian_dists_bullseye-updates_InRelease (100%) rename {tests => proxmox-apt/tests}/lists/ftp.debian.org_debian_dists_bullseye_InRelease (100%) rename {tests => proxmox-apt/tests}/lists/security.debian.org_debian-security_dists_bullseye-security_InRelease (100%) rename {tests => proxmox-apt/tests}/repositories.rs (100%) rename {tests => proxmox-apt/tests}/sources.list.d.expected/absolute_suite.list (100%) rename {tests => proxmox-apt/tests}/sources.list.d.expected/absolute_suite.sources (100%) rename {tests => proxmox-apt/tests}/sources.list.d.expected/bad-security.list (100%) rename {tests => proxmox-apt/tests}/sources.list.d.expected/bad.sources (100%) rename {tests => proxmox-apt/tests}/sources.list.d.expected/case.sources (100%) rename {tests => proxmox-apt/tests}/sources.list.d.expected/cdroms.list (100%) rename {tests => proxmox-apt/tests}/sources.list.d.expected/files.list (100%) rename {tests => proxmox-apt/tests}/sources.list.d.expected/multiline.sources (100%) rename {tests => proxmox-apt/tests}/sources.list.d.expected/options_comment.list (100%) rename {tests => proxmox-apt/tests}/sources.list.d.expected/pbs-enterprise.list (100%) rename {tests => proxmox-apt/tests}/sources.list.d.expected/pve-alt.list (100%) rename {tests => proxmox-apt/tests}/sources.list.d.expected/pve.list (100%) rename {tests => proxmox-apt/tests}/sources.list.d.expected/standard.list (100%) rename {tests => proxmox-apt/tests}/sources.list.d.expected/standard.sources (100%) rename {tests => proxmox-apt/tests}/sources.list.d/absolute_suite.list (100%) rename {tests => proxmox-apt/tests}/sources.list.d/absolute_suite.sources (100%) rename {tests => proxmox-apt/tests}/sources.list.d/bad-security.list (100%) rename {tests => proxmox-apt/tests}/sources.list.d/bad.sources (100%) rename {tests => proxmox-apt/tests}/sources.list.d/case.sources (100%) rename {tests => proxmox-apt/tests}/sources.list.d/cdroms.list (100%) rename {tests => proxmox-apt/tests}/sources.list.d/files.list (100%) rename {tests => proxmox-apt/tests}/sources.list.d/multiline.sources (100%) rename {tests => proxmox-apt/tests}/sources.list.d/options_comment.list (100%) rename {tests => proxmox-apt/tests}/sources.list.d/pbs-enterprise.list (100%) rename {tests => proxmox-apt/tests}/sources.list.d/pve-alt.list (100%) rename {tests => proxmox-apt/tests}/sources.list.d/pve.list (100%) rename {tests => proxmox-apt/tests}/sources.list.d/standard.list (100%) rename {tests => proxmox-apt/tests}/sources.list.d/standard.sources (100%) delete mode 100644 rustfmt.toml diff --git a/.cargo/config b/.cargo/config deleted file mode 100644 index 3b5b6e48..00000000 --- a/.cargo/config +++ /dev/null @@ -1,5 +0,0 @@ -[source] -[source.debian-packages] -directory = "/usr/share/cargo/registry" -[source.crates-io] -replace-with = "debian-packages" diff --git a/.gitignore b/.gitignore deleted file mode 100644 index db6f13e4..00000000 --- a/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -Cargo.lock -target/ -tests/sources.list.d.actual -tests/sources.list.d.digest -proxmox-apt-*/ -*proxmox-apt*.buildinfo -*proxmox-apt*.tar.?z -*proxmox-apt*.changes -*proxmox-apt*.deb diff --git a/Makefile b/Makefile deleted file mode 100644 index 8cfaa312..00000000 --- a/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -include /usr/share/dpkg/pkg-info.mk -include /usr/share/dpkg/architecture.mk - -PACKAGE=proxmox-apt -BUILDDIR ?= $(PACKAGE)-$(DEB_VERSION_UPSTREAM) -BUILDDIR_TMP ?= $(BUILDDIR).tmp - -DEB=librust-$(PACKAGE)-dev_$(DEB_VERSION_UPSTREAM_REVISION)_$(DEB_BUILD_ARCH).deb -DSC=rust-$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION).dsc - -ifeq ($(BUILD_MODE), release) -CARGO_BUILD_ARGS += --release -COMPILEDIR := target/release -else -COMPILEDIR := target/debug -endif - -all: cargo-build $(SUBDIRS) - -.PHONY: cargo-build -cargo-build: - cargo build $(CARGO_BUILD_ARGS) - -.PHONY: build -build: - rm -rf $(BUILDDIR) $(BUILDDIR_TMP); mkdir $(BUILDDIR_TMP) - rm -f debian/control - debcargo package \ - --config debian/debcargo.toml \ - --changelog-ready \ - --no-overlay-write-back \ - --directory $(BUILDDIR_TMP) \ - $(PACKAGE) \ - $(shell dpkg-parsechangelog -l debian/changelog -SVersion | sed -e 's/-.*//') - cp $(BUILDDIR_TMP)/debian/control debian/control - rm -f $(BUILDDIR_TMP)/Cargo.lock - find $(BUILDDIR_TMP)/debian -name "*.hint" -delete - mv $(BUILDDIR_TMP) $(BUILDDIR) - -.PHONY: deb -deb: $(DEB) -$(DEB): build - cd $(BUILDDIR); dpkg-buildpackage -b -us -uc --no-pre-clean - lintian $(DEB) - -.PHONY: dsc -dsc: $(DSC) -$(DSC): build - cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d -nc - lintian $(DSC) - -.PHONY: dinstall -dinstall: $(DEB) - dpkg -i $(DEB) - -.PHONY: upload -upload: $(DEB) - tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com -- upload --product devel --dist bullseye --arch $(DEB_BUILD_ARCH) - -.PHONY: distclean -distclean: clean - -.PHONY: clean -clean: - cargo clean - rm -rf *.deb *.buildinfo *.changes *.dsc rust-$(PACKAGE)_*.tar.?z $(BUILDDIR) $(BUILDDIR_TMP) - find . -name '*~' -exec rm {} ';' diff --git a/Cargo.toml b/proxmox-apt/Cargo.toml similarity index 100% rename from Cargo.toml rename to proxmox-apt/Cargo.toml diff --git a/debian/changelog b/proxmox-apt/debian/changelog similarity index 100% rename from debian/changelog rename to proxmox-apt/debian/changelog diff --git a/debian/control b/proxmox-apt/debian/control similarity index 100% rename from debian/control rename to proxmox-apt/debian/control diff --git a/debian/copyright b/proxmox-apt/debian/copyright similarity index 100% rename from debian/copyright rename to proxmox-apt/debian/copyright diff --git a/debian/debcargo.toml b/proxmox-apt/debian/debcargo.toml similarity index 100% rename from debian/debcargo.toml rename to proxmox-apt/debian/debcargo.toml diff --git a/src/config.rs b/proxmox-apt/src/config.rs similarity index 100% rename from src/config.rs rename to proxmox-apt/src/config.rs diff --git a/src/deb822/mod.rs b/proxmox-apt/src/deb822/mod.rs similarity index 100% rename from src/deb822/mod.rs rename to proxmox-apt/src/deb822/mod.rs diff --git a/src/deb822/packages_file.rs b/proxmox-apt/src/deb822/packages_file.rs similarity index 100% rename from src/deb822/packages_file.rs rename to proxmox-apt/src/deb822/packages_file.rs diff --git a/src/deb822/release_file.rs b/proxmox-apt/src/deb822/release_file.rs similarity index 100% rename from src/deb822/release_file.rs rename to proxmox-apt/src/deb822/release_file.rs diff --git a/src/deb822/sources_file.rs b/proxmox-apt/src/deb822/sources_file.rs similarity index 100% rename from src/deb822/sources_file.rs rename to proxmox-apt/src/deb822/sources_file.rs diff --git a/src/lib.rs b/proxmox-apt/src/lib.rs similarity index 100% rename from src/lib.rs rename to proxmox-apt/src/lib.rs diff --git a/src/repositories/file.rs b/proxmox-apt/src/repositories/file.rs similarity index 100% rename from src/repositories/file.rs rename to proxmox-apt/src/repositories/file.rs diff --git a/src/repositories/file/list_parser.rs b/proxmox-apt/src/repositories/file/list_parser.rs similarity index 100% rename from src/repositories/file/list_parser.rs rename to proxmox-apt/src/repositories/file/list_parser.rs diff --git a/src/repositories/file/sources_parser.rs b/proxmox-apt/src/repositories/file/sources_parser.rs similarity index 100% rename from src/repositories/file/sources_parser.rs rename to proxmox-apt/src/repositories/file/sources_parser.rs diff --git a/src/repositories/mod.rs b/proxmox-apt/src/repositories/mod.rs similarity index 100% rename from src/repositories/mod.rs rename to proxmox-apt/src/repositories/mod.rs diff --git a/src/repositories/release.rs b/proxmox-apt/src/repositories/release.rs similarity index 100% rename from src/repositories/release.rs rename to proxmox-apt/src/repositories/release.rs diff --git a/src/repositories/repository.rs b/proxmox-apt/src/repositories/repository.rs similarity index 100% rename from src/repositories/repository.rs rename to proxmox-apt/src/repositories/repository.rs diff --git a/src/repositories/standard.rs b/proxmox-apt/src/repositories/standard.rs similarity index 100% rename from src/repositories/standard.rs rename to proxmox-apt/src/repositories/standard.rs diff --git a/tests/deb822/packages/deb.debian.org_debian_dists_bullseye_contrib_binary-amd64_Packages b/proxmox-apt/tests/deb822/packages/deb.debian.org_debian_dists_bullseye_contrib_binary-amd64_Packages similarity index 100% rename from tests/deb822/packages/deb.debian.org_debian_dists_bullseye_contrib_binary-amd64_Packages rename to proxmox-apt/tests/deb822/packages/deb.debian.org_debian_dists_bullseye_contrib_binary-amd64_Packages diff --git a/tests/deb822/packages/deb.debian.org_debian_dists_bullseye_main_binary-amd64_Packages b/proxmox-apt/tests/deb822/packages/deb.debian.org_debian_dists_bullseye_main_binary-amd64_Packages similarity index 100% rename from tests/deb822/packages/deb.debian.org_debian_dists_bullseye_main_binary-amd64_Packages rename to proxmox-apt/tests/deb822/packages/deb.debian.org_debian_dists_bullseye_main_binary-amd64_Packages diff --git a/tests/deb822/packages/deb.debian.org_debian_dists_bullseye_non-free_binary-amd64_Packages b/proxmox-apt/tests/deb822/packages/deb.debian.org_debian_dists_bullseye_non-free_binary-amd64_Packages similarity index 100% rename from tests/deb822/packages/deb.debian.org_debian_dists_bullseye_non-free_binary-amd64_Packages rename to proxmox-apt/tests/deb822/packages/deb.debian.org_debian_dists_bullseye_non-free_binary-amd64_Packages diff --git a/tests/deb822/release/deb.debian.org_debian_dists_bullseye_Release b/proxmox-apt/tests/deb822/release/deb.debian.org_debian_dists_bullseye_Release similarity index 100% rename from tests/deb822/release/deb.debian.org_debian_dists_bullseye_Release rename to proxmox-apt/tests/deb822/release/deb.debian.org_debian_dists_bullseye_Release diff --git a/tests/deb822/release/deb.debian.org_debian_dists_bullseye_Release_insecure b/proxmox-apt/tests/deb822/release/deb.debian.org_debian_dists_bullseye_Release_insecure similarity index 100% rename from tests/deb822/release/deb.debian.org_debian_dists_bullseye_Release_insecure rename to proxmox-apt/tests/deb822/release/deb.debian.org_debian_dists_bullseye_Release_insecure diff --git a/tests/deb822/sources/deb.debian.org_debian_dists_bullseye_main_source_Sources b/proxmox-apt/tests/deb822/sources/deb.debian.org_debian_dists_bullseye_main_source_Sources similarity index 100% rename from tests/deb822/sources/deb.debian.org_debian_dists_bullseye_main_source_Sources rename to proxmox-apt/tests/deb822/sources/deb.debian.org_debian_dists_bullseye_main_source_Sources diff --git a/tests/lists/download.proxmox.com_debian_pve_dists_bullseye_InRelease b/proxmox-apt/tests/lists/download.proxmox.com_debian_pve_dists_bullseye_InRelease similarity index 100% rename from tests/lists/download.proxmox.com_debian_pve_dists_bullseye_InRelease rename to proxmox-apt/tests/lists/download.proxmox.com_debian_pve_dists_bullseye_InRelease diff --git a/tests/lists/ftp.debian.org_debian_dists_bullseye-updates_InRelease b/proxmox-apt/tests/lists/ftp.debian.org_debian_dists_bullseye-updates_InRelease similarity index 100% rename from tests/lists/ftp.debian.org_debian_dists_bullseye-updates_InRelease rename to proxmox-apt/tests/lists/ftp.debian.org_debian_dists_bullseye-updates_InRelease diff --git a/tests/lists/ftp.debian.org_debian_dists_bullseye_InRelease b/proxmox-apt/tests/lists/ftp.debian.org_debian_dists_bullseye_InRelease similarity index 100% rename from tests/lists/ftp.debian.org_debian_dists_bullseye_InRelease rename to proxmox-apt/tests/lists/ftp.debian.org_debian_dists_bullseye_InRelease diff --git a/tests/lists/security.debian.org_debian-security_dists_bullseye-security_InRelease b/proxmox-apt/tests/lists/security.debian.org_debian-security_dists_bullseye-security_InRelease similarity index 100% rename from tests/lists/security.debian.org_debian-security_dists_bullseye-security_InRelease rename to proxmox-apt/tests/lists/security.debian.org_debian-security_dists_bullseye-security_InRelease diff --git a/tests/repositories.rs b/proxmox-apt/tests/repositories.rs similarity index 100% rename from tests/repositories.rs rename to proxmox-apt/tests/repositories.rs diff --git a/tests/sources.list.d.expected/absolute_suite.list b/proxmox-apt/tests/sources.list.d.expected/absolute_suite.list similarity index 100% rename from tests/sources.list.d.expected/absolute_suite.list rename to proxmox-apt/tests/sources.list.d.expected/absolute_suite.list diff --git a/tests/sources.list.d.expected/absolute_suite.sources b/proxmox-apt/tests/sources.list.d.expected/absolute_suite.sources similarity index 100% rename from tests/sources.list.d.expected/absolute_suite.sources rename to proxmox-apt/tests/sources.list.d.expected/absolute_suite.sources diff --git a/tests/sources.list.d.expected/bad-security.list b/proxmox-apt/tests/sources.list.d.expected/bad-security.list similarity index 100% rename from tests/sources.list.d.expected/bad-security.list rename to proxmox-apt/tests/sources.list.d.expected/bad-security.list diff --git a/tests/sources.list.d.expected/bad.sources b/proxmox-apt/tests/sources.list.d.expected/bad.sources similarity index 100% rename from tests/sources.list.d.expected/bad.sources rename to proxmox-apt/tests/sources.list.d.expected/bad.sources diff --git a/tests/sources.list.d.expected/case.sources b/proxmox-apt/tests/sources.list.d.expected/case.sources similarity index 100% rename from tests/sources.list.d.expected/case.sources rename to proxmox-apt/tests/sources.list.d.expected/case.sources diff --git a/tests/sources.list.d.expected/cdroms.list b/proxmox-apt/tests/sources.list.d.expected/cdroms.list similarity index 100% rename from tests/sources.list.d.expected/cdroms.list rename to proxmox-apt/tests/sources.list.d.expected/cdroms.list diff --git a/tests/sources.list.d.expected/files.list b/proxmox-apt/tests/sources.list.d.expected/files.list similarity index 100% rename from tests/sources.list.d.expected/files.list rename to proxmox-apt/tests/sources.list.d.expected/files.list diff --git a/tests/sources.list.d.expected/multiline.sources b/proxmox-apt/tests/sources.list.d.expected/multiline.sources similarity index 100% rename from tests/sources.list.d.expected/multiline.sources rename to proxmox-apt/tests/sources.list.d.expected/multiline.sources diff --git a/tests/sources.list.d.expected/options_comment.list b/proxmox-apt/tests/sources.list.d.expected/options_comment.list similarity index 100% rename from tests/sources.list.d.expected/options_comment.list rename to proxmox-apt/tests/sources.list.d.expected/options_comment.list diff --git a/tests/sources.list.d.expected/pbs-enterprise.list b/proxmox-apt/tests/sources.list.d.expected/pbs-enterprise.list similarity index 100% rename from tests/sources.list.d.expected/pbs-enterprise.list rename to proxmox-apt/tests/sources.list.d.expected/pbs-enterprise.list diff --git a/tests/sources.list.d.expected/pve-alt.list b/proxmox-apt/tests/sources.list.d.expected/pve-alt.list similarity index 100% rename from tests/sources.list.d.expected/pve-alt.list rename to proxmox-apt/tests/sources.list.d.expected/pve-alt.list diff --git a/tests/sources.list.d.expected/pve.list b/proxmox-apt/tests/sources.list.d.expected/pve.list similarity index 100% rename from tests/sources.list.d.expected/pve.list rename to proxmox-apt/tests/sources.list.d.expected/pve.list diff --git a/tests/sources.list.d.expected/standard.list b/proxmox-apt/tests/sources.list.d.expected/standard.list similarity index 100% rename from tests/sources.list.d.expected/standard.list rename to proxmox-apt/tests/sources.list.d.expected/standard.list diff --git a/tests/sources.list.d.expected/standard.sources b/proxmox-apt/tests/sources.list.d.expected/standard.sources similarity index 100% rename from tests/sources.list.d.expected/standard.sources rename to proxmox-apt/tests/sources.list.d.expected/standard.sources diff --git a/tests/sources.list.d/absolute_suite.list b/proxmox-apt/tests/sources.list.d/absolute_suite.list similarity index 100% rename from tests/sources.list.d/absolute_suite.list rename to proxmox-apt/tests/sources.list.d/absolute_suite.list diff --git a/tests/sources.list.d/absolute_suite.sources b/proxmox-apt/tests/sources.list.d/absolute_suite.sources similarity index 100% rename from tests/sources.list.d/absolute_suite.sources rename to proxmox-apt/tests/sources.list.d/absolute_suite.sources diff --git a/tests/sources.list.d/bad-security.list b/proxmox-apt/tests/sources.list.d/bad-security.list similarity index 100% rename from tests/sources.list.d/bad-security.list rename to proxmox-apt/tests/sources.list.d/bad-security.list diff --git a/tests/sources.list.d/bad.sources b/proxmox-apt/tests/sources.list.d/bad.sources similarity index 100% rename from tests/sources.list.d/bad.sources rename to proxmox-apt/tests/sources.list.d/bad.sources diff --git a/tests/sources.list.d/case.sources b/proxmox-apt/tests/sources.list.d/case.sources similarity index 100% rename from tests/sources.list.d/case.sources rename to proxmox-apt/tests/sources.list.d/case.sources diff --git a/tests/sources.list.d/cdroms.list b/proxmox-apt/tests/sources.list.d/cdroms.list similarity index 100% rename from tests/sources.list.d/cdroms.list rename to proxmox-apt/tests/sources.list.d/cdroms.list diff --git a/tests/sources.list.d/files.list b/proxmox-apt/tests/sources.list.d/files.list similarity index 100% rename from tests/sources.list.d/files.list rename to proxmox-apt/tests/sources.list.d/files.list diff --git a/tests/sources.list.d/multiline.sources b/proxmox-apt/tests/sources.list.d/multiline.sources similarity index 100% rename from tests/sources.list.d/multiline.sources rename to proxmox-apt/tests/sources.list.d/multiline.sources diff --git a/tests/sources.list.d/options_comment.list b/proxmox-apt/tests/sources.list.d/options_comment.list similarity index 100% rename from tests/sources.list.d/options_comment.list rename to proxmox-apt/tests/sources.list.d/options_comment.list diff --git a/tests/sources.list.d/pbs-enterprise.list b/proxmox-apt/tests/sources.list.d/pbs-enterprise.list similarity index 100% rename from tests/sources.list.d/pbs-enterprise.list rename to proxmox-apt/tests/sources.list.d/pbs-enterprise.list diff --git a/tests/sources.list.d/pve-alt.list b/proxmox-apt/tests/sources.list.d/pve-alt.list similarity index 100% rename from tests/sources.list.d/pve-alt.list rename to proxmox-apt/tests/sources.list.d/pve-alt.list diff --git a/tests/sources.list.d/pve.list b/proxmox-apt/tests/sources.list.d/pve.list similarity index 100% rename from tests/sources.list.d/pve.list rename to proxmox-apt/tests/sources.list.d/pve.list diff --git a/tests/sources.list.d/standard.list b/proxmox-apt/tests/sources.list.d/standard.list similarity index 100% rename from tests/sources.list.d/standard.list rename to proxmox-apt/tests/sources.list.d/standard.list diff --git a/tests/sources.list.d/standard.sources b/proxmox-apt/tests/sources.list.d/standard.sources similarity index 100% rename from tests/sources.list.d/standard.sources rename to proxmox-apt/tests/sources.list.d/standard.sources diff --git a/rustfmt.toml b/rustfmt.toml deleted file mode 100644 index 3a26366d..00000000 --- a/rustfmt.toml +++ /dev/null @@ -1 +0,0 @@ -edition = "2021"