Compare commits

...

No commits in common. "c8" and "c8s" have entirely different histories.
c8 ... c8s

7 changed files with 35 additions and 2 deletions

11
.gitignore vendored
View File

@ -1 +1,10 @@
SOURCES/libXrandr-1.5.2.tar.bz2
libXrandr-1.2.99.4.tar.bz2
libXrandr-1.3.0.tar.bz2
/libXrandr-1.3.1.tar.bz2
/libXrandr-1.4.0.tar.bz2
/libXrandr-20130524.tar.bz2
/libXrandr-1.4.1.tar.bz2
/libXrandr-1.4.2.tar.bz2
/libXrandr-1.5.0.tar.bz2
/libXrandr-1.5.1.tar.bz2
/libXrandr-1.5.2.tar.bz2

View File

@ -1 +0,0 @@
7a1f6df239341b76fd59ebbe101d6f180adb43bb SOURCES/libXrandr-1.5.2.tar.bz2

1
commitid Normal file
View File

@ -0,0 +1 @@
c90f74497dbcb96854346435349c6e2207b530c5

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

17
make-git-snapshot.sh Executable file
View File

@ -0,0 +1,17 @@
#!/bin/sh
DIRNAME=libXrandr-$( date +%Y%m%d )
rm -rf $DIRNAME
git clone git://git.freedesktop.org/git/xorg/lib/libXrandr $DIRNAME
cd $DIRNAME
if [ -z "$1" ]; then
git log | head -1
else
git checkout $1
fi
git log | head -1 | awk '{ print $2 }' > ../commitid
git repack -a -d
cd ..
tar jcf $DIRNAME.tar.bz2 $DIRNAME
rm -rf $DIRNAME

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (libXrandr-1.5.2.tar.bz2) = fcd005f9839e7ef980607128a5d76d7b671cc2f5755949e03c569c500d7e987cb3f6932750ab8bf6e2c1086ec69dde09d5831f0c2098b9f9ad46be4f56db0d87