View Full Version : Default repository script (Solved)
ch13f121
November 15th, 2005, 07:05 PM
what's the default repo script, can anyone post it for me to copy paste? better yet, can anyone give me the repository with the backports on it? I'm using breezy badger, and I messed up my repo :rolleyes:
Mustard
November 16th, 2005, 12:28 AM
A standard breezy would be like this one;
http://paste.ubuntulinux.nl/2325 (note it has a hoary backports repo in it, but its commented out)
To make a new one try this link;
http://ubuntulinux.nl/source-o-matic
This is mine contructed using the link above (note that it will construct the sources.list with the appopriate mirrors if you enter your two letter country code.);
# Automatically generated sources.list
# http://www.ubuntulinux.nl/source-o-matic
# Ubuntu supported packages (packages)
deb http://au.archive.ubuntu.com/ubuntu breezy main restricted
deb http://au.archive.ubuntu.com/ubuntu breezy-updates main restricted
deb http://security.ubuntu.com/ubuntu breezy-security main restricted
# Ubuntu supported packages (sources)
deb-src http://au.archive.ubuntu.com/ubuntu breezy main restricted
deb-src http://au.archive.ubuntu.com/ubuntu breezy-updates main restricted
deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted
# Ubuntu community supported packages (packages)
deb http://au.archive.ubuntu.com/ubuntu breezy universe multiverse
deb http://au.archive.ubuntu.com/ubuntu breezy-security universe multiverse
deb http://security.ubuntu.com/ubuntu breezy-updates universe multiverse
# Ubuntu community supported packages (sources)
deb-src http://au.archive.ubuntu.com/ubuntu breezy universe multiverse
deb-src http://au.archive.ubuntu.com/ubuntu breezy-security universe multiverse
deb-src http://security.ubuntu.com/ubuntu breezy-updates universe multiverse
aysiu
November 16th, 2005, 12:39 AM
See first link in my sig.
ubuntu_demon
November 16th, 2005, 11:02 AM
mine is here :
http://www.ubuntuforums.org/showthread.php?t=87946
ch13f121
November 16th, 2005, 07:32 PM
nevermind guys I got it thanks anyway, all it was was a # sign was taken out...
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.