Compare commits

...

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

7 changed files with 31 additions and 2 deletions

7
.gitignore vendored
View File

@ -1 +1,6 @@
SOURCES/libXxf86vm-1.1.4.tar.bz2
libXxf86vm-1.1.0.tar.bz2
/libXxf86vm-1.1.1.tar.bz2
/libXxf86vm-1.1.2.tar.bz2
/libXxf86vm-20130524.tar.bz2
/libXxf86vm-1.1.3.tar.bz2
/libXxf86vm-1.1.4.tar.bz2

View File

@ -1 +0,0 @@
78ef18ca2be157131899e01c62679e247409a13f SOURCES/libXxf86vm-1.1.4.tar.bz2

1
commitid Normal file
View File

@ -0,0 +1 @@
4c4123441e40da97acd10f58911193ad3dcef5cd

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=libXxf86vm-$( date +%Y%m%d )
rm -rf $DIRNAME
git clone git://git.freedesktop.org/git/xorg/lib/libXxf86vm $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 (libXxf86vm-1.1.4.tar.bz2) = c5f92d86e143db02ebb36bcd25618acaa2cb2831f5a23800a06dd431cd73b6702d95de8fe7407ce626336bf614c288d5256f4d87ea7781fad2ab6c517cbf09e0