-
-
Notifications
You must be signed in to change notification settings - Fork 9
Scripts for Windows host and update for new website #32
Scripts for Windows host and update for new website #32
Conversation
@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.) |
I think I will persevere with the independent volume after all to ensure no issues with line endings |
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think not needed
@@ -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 |
There was a problem hiding this comment.
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.
Thanks Simon, will give this a go for the RC. |
parking this here for now.