Compare commits

...

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

16 changed files with 34 additions and 2 deletions

10
.gitignore vendored
View File

@ -1 +1,9 @@
SOURCES/libXt-1.1.5.tar.bz2
libXt-1.0.7.tar.bz2
/libXt-1.0.9.tar.bz2
/libXt-1.1.0.tar.bz2
/libXt-1.1.1.tar.bz2
/libXt-1.1.2.tar.bz2
/libXt-1.1.3.tar.bz2
/libXt-20130524.tar.bz2
/libXt-1.1.4.tar.bz2
/libXt-1.1.5.tar.bz2

View File

@ -1 +0,0 @@
c79e2c4f7de5259a2ade458817a139b66a043d59 SOURCES/libXt-1.1.5.tar.bz2

1
commitid Normal file
View File

@ -0,0 +1 @@
1f4802b745aa172d375cb79403cb1e013e6aa4c0

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