Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Here's a first crack at syncing readmes #4159

Merged
merged 1 commit into from
Oct 27, 2016
Merged

Here's a first crack at syncing readmes #4159

merged 1 commit into from
Oct 27, 2016

Conversation

chadwhitacre
Copy link
Contributor

Part of #4148.

@chadwhitacre
Copy link
Contributor Author

Once this is green I am planning to merge and deploy, and then to run under the scheduler (so I can close my laptop and we can still run and capture log output). I think it's going to take more than 12 hours, which means it might be done before my lightning talk. :)

@chadwhitacre chadwhitacre merged commit 12d86e2 into master Oct 27, 2016
@chadwhitacre chadwhitacre deleted the readmes branch October 27, 2016 02:02
@chadwhitacre
Copy link
Contributor Author

Well, I'll probably run it under heroku run first, to make sure it is working at all.

@chadwhitacre
Copy link
Contributor Author

Okay, deployed.

                              Table "public.packages"
┌─────────────────┬────────┬───────────────────────────────────────────────────────┐
│     Column      │  Type  │                       Modifiers                       │
├─────────────────┼────────┼───────────────────────────────────────────────────────┤
│ id              │ bigint │ not null default nextval('packages_id_seq'::regclass) │
│ package_manager │ text   │ not null                                              │
│ name            │ text   │ not null                                              │
│ description     │ text   │ not null                                              │
│ readme          │ text   │ not null default ''::text                             │
│ readme_raw      │ text   │                                                       │
│ readme_type     │ text   │ not null default ''::text                             │
│ emails          │ text[] │ not null                                              │
└─────────────────┴────────┴───────────────────────────────────────────────────────┘
Indexes:
    "packages_pkey" PRIMARY KEY, btree (id)
    "packages_package_manager_name_key" UNIQUE CONSTRAINT, btree (package_manager, name)

gratipay::MAROON=> select count(*) from packages;
┌────────┐
│ count  │
├────────┤
│ 372271 │
└────────┘
(1 row)

gratipay::MAROON=> select count(*) from packages where readme_raw is not null;
┌───────┐
│ count │
├───────┤
│     0 │
└───────┘
(1 row)

gratipay::MAROON=> 

@chadwhitacre chadwhitacre mentioned this pull request Oct 27, 2016
23 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant