You are not logged in.
i want to mirror only the devuan packages, not the complete debian+devuan repositories
i mean, only the devuan modified packages respect debian,...
Offline
Maybe this will help:
https://dev1galaxy.org/viewtopic.php?id=1571
Offline
it's perfect! thanks... its for my local at my job!
this work for those that not have internet connection
go to a cybercafe
attach the usb disk
download with debmirror
detach the usb disk
go to your home or work
use locally with "file://" or bypassing with webserver with "htttp://localhost"
or if you have a router, set a ip and use as normal repository.. just added to boot screen allow_unantenticated=true (or something)
the keyring can be avoid! with i9gnore gpg
Offline
AGAIN INCOMPLETE DOCUMENTATIO OR REFERENCE!
hi! after several try's i cannot mirror ONLY the devuan pacakges, just mirrored ALLL and i dont need the debian package
i just want to mirror ONLY THE DEVUAN MODIFIED RESPECT THE DEBIAN PACKJAGES please some one has tokown how to do so?
why its so hard owrk with devuan? pufff
as can see it, start always to download the debian packages startirng by the 90ad data package that are huge large size
[100%] Getting: dists/jessie/non-free/binary-i386/Release... ok
Parse Packages and Sources files and add to the file list everything therein.
Download all files that we need to get (42511 MiB).
Get package files.
[ 0%] Getting: pool/DEBIAN/main/0/0ad-data/0ad-data-common_0.0.17-1_all.deb... ok
[ 0%] Getting: pool/DEBIAN/main/0/0ad-data/0ad-data_0.0.17-1_all.deb
Last edited by mckaygerhard (2018-02-23 07:59:01)
Offline
anwered in the other https://dev1galaxy.org/viewtopic.php?pid=7715#p7715
the complete command line, i do not use that stupid config file
debmirror-devuan \
--ignore-missing-release --ignore-release-gpg \
--nocleanup --diff=none \
--source --section=main,main/debian-installer,contrib,non-free --arch=i386 --dist=jessie --omit-suite-symlinks \
--host=pkgmaster.devuan.org --root=devuan --method=http \
--progress --verbose \
mirrordirectorydebs
Offline