Skip to content

Commit

Permalink
Merge pull request #136 from CocoaPods/amorde/drop-bazaar
Browse files Browse the repository at this point in the history
Drop support for Bazaar
  • Loading branch information
amorde committed Oct 15, 2023
2 parents 29dd505 + e39c305 commit 0cb5fbc
Show file tree
Hide file tree
Showing 44 changed files with 5 additions and 205 deletions.
1 change: 0 additions & 1 deletion .github/workflows/Specs.yml
Expand Up @@ -16,7 +16,6 @@ jobs:

- name: Install dependencies
run: |
brew install bzr
brew install hg
brew install svn
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,10 @@

* None.

##### Other

* Drop support for Bazaar (`bzr`)


## 1.6.3 (2022-04-01)

Expand Down
3 changes: 1 addition & 2 deletions README.markdown
Expand Up @@ -34,7 +34,6 @@ The downloader class supports the following option keys:
- hg: revision, tag, branch
- http: type, flatten
- scp: type, flatten
- bzr: revision, tag

The downloader also provides hooks which allow to customize its output or the way in which the commands are executed

Expand Down Expand Up @@ -74,7 +73,7 @@ Follow [@CocoaPods](http://twitter.com/CocoaPods) to get up to date information

## Development

You need to have `svn`, `bzr`, `hg` and `git` installed to run the specs. There are some specs which require `hdiutil` which will only run on macOS.
You need to have `svn`, `hg` and `git` installed to run the specs. There are some specs which require `hdiutil` which will only run on macOS.

## License

Expand Down
2 changes: 0 additions & 2 deletions lib/cocoapods-downloader.rb
Expand Up @@ -5,7 +5,6 @@ module Downloader
require 'cocoapods-downloader/api_exposable'
require 'cocoapods-downloader/base'

autoload :Bazaar, 'cocoapods-downloader/bazaar'
autoload :Git, 'cocoapods-downloader/git'
autoload :Http, 'cocoapods-downloader/http'
autoload :Mercurial, 'cocoapods-downloader/mercurial'
Expand All @@ -21,7 +20,6 @@ class DownloaderError < StandardError; end
#
def self.downloader_class_by_key
{
:bzr => Bazaar,
:git => Git,
:hg => Mercurial,
:http => Http,
Expand Down
60 changes: 0 additions & 60 deletions lib/cocoapods-downloader/bazaar.rb

This file was deleted.

90 changes: 0 additions & 90 deletions spec/bazaar_spec.rb

This file was deleted.

3 changes: 0 additions & 3 deletions spec/fixtures/bazaar-repo/.bzr/README

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/bazaar-repo/.bzr/branch-format

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion spec/fixtures/bazaar-repo/.bzr/branch/format

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/bazaar-repo/.bzr/branch/last-revision

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/bazaar-repo/.bzr/branch/tags

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/bazaar-repo/.bzr/checkout/conflicts

This file was deleted.

Binary file removed spec/fixtures/bazaar-repo/.bzr/checkout/dirstate
Binary file not shown.
1 change: 0 additions & 1 deletion spec/fixtures/bazaar-repo/.bzr/checkout/format

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion spec/fixtures/bazaar-repo/.bzr/repository/format

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
7 changes: 0 additions & 7 deletions spec/fixtures/bazaar-repo/.bzr/repository/pack-names

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion spec/fixtures/bazaar-repo/README

This file was deleted.

Binary file modified spec/fixtures/mercurial-repo/.hg/dirstate
Binary file not shown.

0 comments on commit 0cb5fbc

Please sign in to comment.