Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file modified .ci_support/README
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ c_stdlib_version:
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
- conda-forge copybara_ytausch_dev
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ c_stdlib_version:
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
- conda-forge copybara_ytausch_dev
macos_machine:
- x86_64-apple-darwin13.4.0
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ c_stdlib_version:
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
- conda-forge copybara_ytausch_dev
macos_machine:
- arm64-apple-darwin20.0.0
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ c_stdlib:
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
- conda-forge copybara_ytausch_dev
target_platform:
- win-64
Empty file modified .gitattributes
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .scripts/logging_utils.sh
100644 → 100755
Empty file.
Empty file modified LICENSE.txt
100644 → 100755
Empty file.
24 changes: 14 additions & 10 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
channel_targets:
- conda-forge copybara_ytausch_dev
19 changes: 10 additions & 9 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
context:
version: "20260615"

package:
name: copybara
version: ${{ version }}
version: "20260615.dev0"

source:
url: https://github.com/google/copybara/archive/refs/tags/v${{ version }}.tar.gz
sha256: bc72bf354c732960966522c9ca2db1db714b3a899e6bc4a4ff9b49b9783f595f
url: https://github.com/ytausch/copybara/archive/c939804826bf60a3d95a45f9ea4d3a1a41ec74dc.tar.gz
sha256: 2a39792529474e184efad92cf0dea3833ffce8a813fd8474259d289dbeeb4f65

build:
number: 1
number: 0
script:
- if: unix
then: bash ${RECIPE_DIR}/build.sh
Expand All @@ -37,12 +34,16 @@ tests:
- copybara version

about:
homepage: https://github.com/google/copybara
summary: A tool for transforming and moving code between repositories
homepage: https://github.com/ytausch/copybara
summary: A tool for transforming and moving code between repositories (dev release).
description: |
Copybara is a tool used internally at Google to transform and move code
between repositories. It is often used to maintain mirrored repositories
between internal Google repositories and public GitHub repositories.

This is a development release from a fork by @ytausch, which includes a fix
that hasn't been merged upstream yet.
See https://github.com/google/copybara/pull/346 for details.
license: Apache-2.0
license_file:
- LICENSE
Expand Down