You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/14 21:29:29 UTC

[GitHub] [airflow] gmsantos opened a new pull request, #26406: Fix params reference for default_constraints_branch

gmsantos opened a new pull request, #26406:
URL: https://github.com/apache/airflow/pull/26406

   Fixes breeze commands that depends on the default constraints branch,
   such as the generated diff for
   `breeze release-management generate-constraints`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk commented on pull request #26406: Fix params reference for default_constraints_branch

Posted by GitBox <gi...@apache.org>.
potiuk commented on PR #26406:
URL: https://github.com/apache/airflow/pull/26406#issuecomment-1247325586

   nice one!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] gmsantos commented on pull request #26406: Fix params reference for default_constraints_branch

Posted by GitBox <gi...@apache.org>.
gmsantos commented on PR #26406:
URL: https://github.com/apache/airflow/pull/26406#issuecomment-1247326244

   ```
   <a href="/apache/airflow/constraints-source-providers-3.10.txt">Moved Permanently</a>.
   ```
   
   curl is getting this message because it's trying to download the following file pattern:
   
   https://raw.githubusercontent.com/apache/airflow//constraints-source-providers-3.10.txt
   
   At the first moment, I thought that curl was not following redirects and it was missing a `curl -L`, but the problem was the container receiving a blank value for `DEFAULT_CONSTRAINTS_BRANCH`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk merged pull request #26406: Fix params reference for default_constraints_branch

Posted by GitBox <gi...@apache.org>.
potiuk merged PR #26406:
URL: https://github.com/apache/airflow/pull/26406


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org