in reply to Multiple CPAN distributions under the same git repository?
#!/bin/bash orange=$'\e[33m' off=$'\e[0m' for project in */ ; do [[ -d "$project"/.git ]] || continue ( cd "$project" echo "$orange$project$off" >&2 "$@" ) done
so I can run commands like
./forall git fetch upstream
So, you'd fix the code of each repository, and than just run a script to run all the tests, prepare distributions, etc.
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Multiple CPAN distributions under the same git repository?
by Dallaylaen (Chaplain) on Nov 13, 2018 at 08:33 UTC |