Compare commits

...

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

8 changed files with 32 additions and 2 deletions

8
.gitignore vendored
View File

@ -1 +1,7 @@
SOURCES/libXcursor-1.1.15.tar.bz2
libXcursor-1.1.10.tar.bz2
/libXcursor-1.1.11.tar.bz2
/libXcursor-1.1.12.tar.bz2
/libXcursor-1.1.13.tar.bz2
/libXcursor-20130524.tar.bz2
/libXcursor-1.1.14.tar.bz2
/libXcursor-1.1.15.tar.bz2

View File

@ -1 +0,0 @@
3e19f991f244b7fa31566adce7ead078424296cf SOURCES/libXcursor-1.1.15.tar.bz2

1
commitid Normal file
View File

@ -0,0 +1 @@
8f677eaea05290531d007d1fec2768119926088d

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