summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2016-09-11 20:30:34 -0500
committerYaakov Selkowitz <yselkowi@redhat.com>2016-09-11 20:30:34 -0500
commit0978402008862c75dd08b7c636789572b7269124 (patch)
tree74a674cc79c15b7b69c3864180d2e9f6e2341fb9
parent22ff60815c28ff5f77765f202d845746fe38f8a1 (diff)
downloadcygwin-default-manifest-0978402008862c75dd08b7c636789572b7269124.tar.gz
cygwin-default-manifest-0978402008862c75dd08b7c636789572b7269124.tar.xz
cygwin-default-manifest-0978402008862c75dd08b7c636789572b7269124.zip
Sources moved to git
-rwxr-xr-xget-sources.sh9
-rw-r--r--sources2
2 files changed, 3 insertions, 8 deletions
diff --git a/get-sources.sh b/get-sources.sh
index be8168b..c053298 100755
--- a/get-sources.sh
+++ b/get-sources.sh
@@ -4,13 +4,8 @@ set -x
n=windows-default-manifest
eval v=$(awk '/^Version/{print $2}' cygwin-default-manifest.spec)
-cvs -d :pserver:anoncvs@cygwin.com:/cvs/cygwin-apps co -r release-${v/./_} $n
-
-# license fixed after release
-pushd $n
-cvs up -r HEAD COPYING
-popd
+git clone -b release-${v/./_} git://sourceware.org/git/cygwin-apps/windows-default-manifest.git
mv $n $n-$v
-tar Jcf $n-$v.tar.xz $n-$v/
+tar --exclude-vcs -Jcf $n-$v.tar.xz $n-$v/
rm -fr $n-$v/
diff --git a/sources b/sources
index 3d4daef..8707732 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-148b76e6f32d44207d5fe19ad6d2b8f1 windows-default-manifest-6.4.tar.xz
+b4294e4b15bb4fb67ce131da4d7052f1 windows-default-manifest-6.4.tar.xz