jump to navigation

Membuat repository debian (& ubuntu) November 30, 2007

Posted by Mohammad Nasif in debian_things.
trackback

Repo debian dan ubuntu pada server ini bisa disalin menggunakan debmirror. Anda dapat menyalin isinya dengan perintah di bawah ini, atau sesuaikan bagian dist, arch, dan section dengan kebutuhan anda.

Debian

DISTS="etch,lenny,sid"
SECTION="main,contrib,non-free"
ARCH="i386,amd64"
debmirror --verbose --pdiff=none --host=mirror.its.ac.id \
--dist=$DISTS --section=$SECTION \
--nosource --arch=$ARCH --method=ftp \
--ignore-release-gpg --root=debian /dir/mirror/anda

Ubuntu

DISTS="feisty,feisty-backports,feisty-security,feisty-updates"
SECTION="main,multiverse,restricted,universe"
ARCH="i386,amd64"
debmirror --verbose --method=ftp --host=mirror.its.ac.id \
--dist=$DISTS --section=$SECTION \
--arch=$ARCH --nosource --root=ubuntu \
--ignore-release-gpg --pdiff=mirror /dir/mirror/anda

Kalau mau nyalin buta semuanya, pakai rsync saja )

dikutip dari mirror.its.ac.id

Komentar»

No comments yet — be the first.

Tinggalkan Balasan

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Ubah )

Twitter picture

You are commenting using your Twitter account. Log Out / Ubah )

Facebook photo

You are commenting using your Facebook account. Log Out / Ubah )

Connecting to %s

Ikuti

Get every new post delivered to your Inbox.