Changes between Version 13 and Version 14 of AptRepos
- Timestamp:
- 07/21/10 19:33:59 (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AptRepos
v13 v14 3 3 == Supported distros == 4 4 5 The currently supported distros are:5 There are APT repositories of Scrapy for the Ubuntu 10.04 (`lucid`) and Ubuntu 9.10 (`karmic`). 6 6 7 * `lucid` (Ubuntu 10.04) 8 * `karmic` (Ubuntu 9.10) 9 10 == Supported Scrapy versions == 7 == Available APT repositories == 11 8 12 9 === Scrapy 0.9 (stable) === 13 10 14 Use the following APT sources, replacing `DISTRO` by your distro codename (see above for supported distros):11 Scrapy 0.9 for Ubuntu 10.04: 15 12 16 13 {{{ 17 deb http://archive.scrapy.org/debian DISTRO-0.9 main 14 deb http://archive.scrapy.org/debian lucid-0.9 main 15 }}} 16 17 Scrapy 0.9 for Ubuntu 9.10: 18 19 {{{ 20 deb http://archive.scrapy.org/debian karmic-0.9 main 18 21 }}} 19 22 20 23 === Scrapy 0.10 (development) === 21 24 22 Use the following APT sources, replacing `DISTRO` by your distro codename (see above for supported distros): 25 '''WARNING:''' do not use these repos in production 26 27 Scrapy 0.10 for Ubuntu 10.04: 23 28 24 29 {{{ 25 deb http://archive.scrapy.org/debian DISTRO-0.10 main 30 deb http://archive.scrapy.org/debian lucid-0.10 main 31 }}} 32 33 Scrapy 0.10 for Ubuntu 9.10: 34 35 {{{ 36 deb http://archive.scrapy.org/debian karmic-0.10 main 26 37 }}} 27 38
