-
-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
9987 kill quadratic lands remove app #10138
Conversation
@@ -770,9 +771,9 @@ | |||
url(r'^blocknative', perftools.views.blocknative, name='blocknative'), | |||
|
|||
# quadratic lands | |||
path('quadraticlands/', include('quadraticlands.urls', namespace='quadraticlands')), | |||
re_path(r'^quadraticlands/?', include('quadraticlands.urls', namespace='ql_catchall_')), | |||
re_path(r'^quadraticland/?', include('quadraticlands.urls', namespace='ql_catchall')), |
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.
this is just a nightmare :P meh meh meh
@@ -24,7 +24,6 @@ WORKDIR /usr/src | |||
RUN apt-get update && apt-get install -y wget | |||
RUN wget "https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb" | |||
RUN apt-get install -y $CHROME_DEPS | |||
RUN dpkg -i google-chrome-stable_current_amd64.deb |
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.
Was this supposed to be dropped here?
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.
lol that fails on the m1 :P but should be a in a seperate PR anyways
@schultztimothy the other PR is rolled out ! When you're ready. -> we can update this PR and make sure only the new commits are present |
Description
This is a follow up to #10137. It removes the remaining files and reference to quadratic lands
Refers/Fixes
fixes: #9987