Skip to content
This repository was archived by the owner on Jun 12, 2023. It is now read-only.

Scripts for Windows host and update for new website #32

Merged
merged 12 commits into from
Jul 17, 2020

Conversation

simonjayhawkins
Copy link
Member

parking this here for now.

@simonjayhawkins
Copy link
Member Author

@jorisvandenbossche currently doing a dummy run of release. was trying to use a docker volume so no need to clone on a windows machine. it's getting messy so going back to use the local cloned volume for easier access from the host. maybe a bit longer before I tag.

(i'm running low of data allowance till 22/6, previous release took 20GB out of 50GB/month within a couple of days, but fingers crossed this won't be an issue. just a heads up in case it does.)

@simonjayhawkins
Copy link
Member Author

I think I will persevere with the independent volume after all to ensure no issues with line endings

@jorisvandenbossche
Copy link
Member

Let us now if it works out with your laptop/data. Otherwise I can also give it a try tomorrow or the day after.

@@ -6,5 +6,3 @@ RUN apt-get update && \
RUN conda update conda -y \
&& conda install -y conda-build conda-verify gcc_linux-64 gxx_linux-64 \
&& conda clean --all

COPY pandas /pandas
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think not needed

@simonjayhawkins simonjayhawkins changed the title WIP: scripts for Windows host Scripts for Windows host and update for new website Jun 18, 2020
@@ -15,14 +15,12 @@ SHELL := /bin/bash

init-repos:
git clone https://github.com/pandas-dev/pandas && git -C pandas remote rename origin upstream && git -C pandas remote add origin https://github.com/$(GH_USERNAME)/pandas
git clone https://github.com/pandas-dev/pandas-website && git -C pandas-website remote rename origin upstream && git -C pandas-website remote add origin https://github.com/$(GH_USERNAME)/pandas-website
git clone https://github.com/conda-forge/pandas-feedstock && git -C pandas-feedstock remote rename origin upstream && git -C pandas-feedstock remote add origin https://github.com/$(GH_USERNAME)/pandas-feedstock
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

didn't use this. I assume not now needed.

@simonjayhawkins simonjayhawkins marked this pull request as ready for review June 18, 2020 12:37
@TomAugspurger
Copy link
Collaborator

Thanks Simon, will give this a go for the RC.

@TomAugspurger TomAugspurger merged commit f480526 into pandas-dev:master Jul 17, 2020
@simonjayhawkins simonjayhawkins deleted the windows-host branch November 22, 2020 14:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants