summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Apt.hs
AgeCommit message (Expand)Author
2019-07-16Apt.update: Pass --allow-releaseinfo-change when updating Unstable or TestingJoey Hess
2019-07-16use security.debian.org/debian-securityJoey Hess
2019-07-16remove /updates from security urlJoey Hess
2019-07-12use "-security" suffix for bullseye and upJoey Hess
2019-07-10Apt: Debian has changed the name of the suite for testing security updates fr...Joey Hess
2018-10-14Added Apt.backportInstalledMin.Joey Hess
2018-05-17Apt.installedBackport replaced with Apt.backportInstalledSean Whitton
2018-04-18Apt.stdSourcesList now adds stable-updates suiteSean Whitton
2018-03-01Apt.trustsKey: Use apt-key to add key rather than manually driving gpg, which...Joey Hess
2017-11-20prevent Sbuilt.useHostProxy from looping by not peeking too earlyJoey Hess
2017-09-25Apt.isInstalled: Fix handling of packages that are not known at all to apt.Joey Hess
2017-07-15add a description for Apt.useLocalCacherSean Whitton
2017-07-15drop suggestion to use Apt.mirror for a LAN apt cacherSean Whitton
2017-07-15add Apt.proxy, Apt.useLocalCacherSean Whitton
2017-03-19Apt.mirror can be used to set the preferred apt mirror of a host, overriding ...Joey Hess
2017-03-19shorten names of mirror propertiesSean Whitton
2017-03-19add Apt.hostMirrorIsSean Whitton
2017-03-19improve error msg from Apt.getHostMirrorSean Whitton
2017-03-19add Ubuntu std mirror to Apt.hsSean Whitton
2017-03-19replace debCdn with stdArchiveLinesSean Whitton
2017-03-19replace use of debCdn in Apt.hsSean Whitton
2017-03-19add withHostMirror helperSean Whitton
2017-03-19add HostMirror info typeSean Whitton
2017-03-15Added Monoid instances for Property and RevertableProperty.Joey Hess
2017-02-26use val instead of showJoey Hess
2017-02-13deb.debian.orgJoey Hess
2017-02-04AptPrefPackage -> AptPackagePrefSean Whitton
2017-02-04Apt.pinnedTo takes a list of suites and pin prioritiesSean Whitton
2017-02-04factor out suitePinBlockSean Whitton
2017-02-04rm superfluous TODOSean Whitton
2017-02-02add Explanation: lines to pref filesSean Whitton
2017-02-02drop a superfluous blank line in pref fileSean Whitton
2017-02-02fix type of Apt.pinnedToSean Whitton
2017-02-02AptPrefPackage typeSean Whitton
2017-02-02Apt.pinnedTo uses File.configFileNameSean Whitton
2017-01-31more spacingSean Whitton
2017-01-31neaten the prefs file Apt.pinnedTo generatesSean Whitton
2017-01-31spacingSean Whitton
2017-01-31describe Apt.pinnedToSean Whitton
2017-01-31pass a tuple to Apt.pinnedToSean Whitton
2017-01-31suiteAvailablePinned avoids pinning backportsSean Whitton
2017-01-31implement Apt.pinnedToSean Whitton
2017-01-30commented hackingSean Whitton
2017-01-30TODOSean Whitton
2017-01-30fix swapped sourceFile & prefFileSean Whitton
2017-01-30refactor to fix type errorsSean Whitton
2017-01-30pin even if hostSuite == suiteSean Whitton
2017-01-30tweak stubSean Whitton
2017-01-30implement suiteAvailablePinnedSean Whitton
2017-01-30pin property prototypesSean Whitton