Skip to content

Commit 7d536c0

Browse files
Pigbibiclaude
andcommitted
chore(qpk): remove Combo repo entries from constraints.txt and pin update
- Remove 4 Combo repo entries from constraints.txt - Remove Combo SHA update loop from update-qpk-pin.yml - Combo repos are being deprecated; profiles now in parent strategy repos Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b09f654 commit 7d536c0

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/update-qpk-pin.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ jobs:
3838
done
3939
sed -i "s|quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@[a-f0-9]*|quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@$SHA|" constraints.txt
4040
41-
# Update Combo repo SHAs
42-
for repo in QuantUsComboStrategies QuantHkComboStrategies QuantCnComboStrategies QuantCryptoComboStrategies; do
43-
RSHA=$(git ls-remote "https://github.com/QuantStrategyLab/$repo.git" HEAD | cut -f1)
44-
[ -n "$RSHA" ] && sed -i "s|${repo,,} @ git+https://github.com/QuantStrategyLab/$repo.git@[a-f0-9]*|${repo,,} @ git+https://github.com/QuantStrategyLab/$repo.git@$RSHA|" constraints.txt || true
45-
done
46-
4741
if git diff --quiet; then
4842
echo "changed=false" >> "$GITHUB_OUTPUT"
4943
else

constraints.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@ us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategie
66
hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@1a5c8bf5f05eb708a0893f0062c6824aa9ef1882
77
cn-equity-strategies @ git+https://github.com/QuantStrategyLab/CnEquityStrategies.git@2e5a8da3af5fa25c1a5e7de6fa00bda488f50440
88
crypto-strategies @ git+https://github.com/QuantStrategyLab/CryptoStrategies.git@6e0037b625c98ccdb97f225b9772e3c6fff4afd2
9-
quantuscombostrategies @ git+https://github.com/QuantStrategyLab/QuantUsComboStrategies.git@d35f4f86b09a7f4e99a1f83c973b21f2420398ef
10-
quanthkcombostrategies @ git+https://github.com/QuantStrategyLab/QuantHkComboStrategies.git@dfc21e923c0f9ba54678a75d0edc96a56e2188e2
11-
quantcncombostrategies @ git+https://github.com/QuantStrategyLab/QuantCnComboStrategies.git@1172e77e8046088c2bab2880343786ec135539da
12-
quantcryptocombostrategies @ git+https://github.com/QuantStrategyLab/QuantCryptoComboStrategies.git@475c5259d3ba7e2dcd4de30aaa96437142669a1c

0 commit comments

Comments
 (0)