You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/01/18 07:38:05 UTC

[GitHub] [iceberg] kbendick commented on a change in pull request #3915: Build: Fix source-release script to run anywhere that directly clones the repo (such as automation, GH Actions)

kbendick commented on a change in pull request #3915:
URL: https://github.com/apache/iceberg/pull/3915#discussion_r786478437



##########
File path: dev/source-release.sh
##########
@@ -36,7 +36,8 @@ usage () {
 }
 
 # Default repository remote name
-remote="apache"
+# Use origin so this can run on ASF infra or anywhere that directly clones the repository.
+remote="origin"

Review comment:
       Alternatively, we can add upstream as apache or ensure that it's installed that way.




-- 
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: issues-unsubscribe@iceberg.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org