public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/kernel:master commit in: /
@ 2018-11-02  7:27 Alice Ferrazzi
  0 siblings, 0 replies; 6+ messages in thread
From: Alice Ferrazzi @ 2018-11-02  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     b8b2dffce136908b1515f008edc299830ba322a8
Author:     Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  2 07:26:51 2018 +0000
Commit:     Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
CommitDate: Fri Nov  2 07:26:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/proj/kernel.git/commit/?id=b8b2dffc

Add travis script

Signed-off-by: Alice Ferrazzi <alicef <AT> gentoo.org>

 .travis.yml | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..8a04e49
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,44 @@
+#
+# Run repoman via travis
+# See https://github.com/mrueg/repoman-travis
+#
+language: python
+python:
+    - pypy
+env:
+    - PORTAGE_VER="2.3.43"
+before_install:
+    - sudo apt-get -qq update
+    - pip install lxml pyyaml
+before_script:
+    - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr
+    - mkdir -p travis-overlay /etc/portage /usr/portage/distfiles
+    - mv !(travis-overlay) travis-overlay/
+    - mv .git travis-overlay/
+    - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/.travis.yml" -O .travis.yml.upstream
+    - wget "https://raw.githubusercontent.com/mrueg/repoman-travis/master/spinner.sh"
+    - wget -qO - "https://github.com/gentoo/portage/archive/portage-${PORTAGE_VER}.tar.gz" | tar xz
+    - wget -qO - "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz" | tar xz -C /usr/portage --strip-components=1
+    - chmod a+rwx spinner.sh
+    - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd
+    - echo "portage::250:portage,travis" >> /etc/group
+    - wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
+    - ln -s $TRAVIS_BUILD_DIR/portage-portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/repos.conf
+    - ln -s /usr/portage/profiles/default/linux/amd64/17.0 /etc/portage/make.profile
+    - SIZE=$(stat -c %s .travis.yml.upstream)
+    - if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then echo -e "\e[31m !!! .travis.yml outdated! Update available https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi
+    - cd travis-overlay
+script:
+    - ./../spinner.sh "python ../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -d"
+# You can append own scripts after this line
+notifications:
+  irc:
+    on_success: change
+    on_failure: always
+    channels:
+      - "chat.freenode.net#gentoo-kernelci"
+    template:
+      - "%{repository}#%{build_number} (%{branch} - %{commit}): %{message}"
+      - "%{author} - %{commit_message}"
+      - "Change view : %{compare_url}"
+      - "Build details : %{build_url}"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/kernel:master commit in: /
@ 2018-11-03 13:35 Alice Ferrazzi
  0 siblings, 0 replies; 6+ messages in thread
From: Alice Ferrazzi @ 2018-11-03 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c337048ee28bce85ff2612011e1c7bc4316d4027
Author:     Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  3 13:33:23 2018 +0000
Commit:     Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
CommitDate: Sat Nov  3 13:34:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/proj/kernel.git/commit/?id=c337048e

Update travis file

Signed-off-by: Alice Ferrazzi <alicef <AT> gentoo.org>

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 8a04e49..a4f5f75 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ language: python
 python:
     - pypy
 env:
-    - PORTAGE_VER="2.3.43"
+    - PORTAGE_VER="2.3.49"
 before_install:
     - sudo apt-get -qq update
     - pip install lxml pyyaml


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/kernel:master commit in: /
@ 2018-11-03 13:56 Alice Ferrazzi
  0 siblings, 0 replies; 6+ messages in thread
From: Alice Ferrazzi @ 2018-11-03 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     fff5182b6a828855a8a24388eb7ebfa00823632e
Author:     Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  3 13:55:10 2018 +0000
Commit:     Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
CommitDate: Sat Nov  3 13:55:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/proj/kernel.git/commit/?id=fff5182b

Add travis status button on the readme file

Signed-off-by: Alice Ferrazzi <alicef <AT> gentoo.org>

 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 8aa0c91..8a6a597 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Welcome to the kernel overlay!
 
+[![Repoman Status](https://travis-ci.org/gentoo/kernel.png)](https://travis-ci.org/gentoo/kernel)
+
 The overlay is hosted on Github and on the official Gentoo Overlays
 infrastructure at:
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/kernel:master commit in: /
@ 2018-11-05  3:55 Alice Ferrazzi
  0 siblings, 0 replies; 6+ messages in thread
From: Alice Ferrazzi @ 2018-11-05  3:55 UTC (permalink / raw
  To: gentoo-commits

commit:     222f0498ee4628db232647054ad0214c850a2937
Author:     Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  5 03:51:22 2018 +0000
Commit:     Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
CommitDate: Mon Nov  5 03:53:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/proj/kernel.git/commit/?id=222f0498

Add skel metadata and sets

Signed-off-by: Alice Ferrazzi <alicef <AT> gentoo.org>

 sets.conf         | 5 +++++
 skel.metadata.xml | 8 ++++++++
 2 files changed, 13 insertions(+)

diff --git a/sets.conf b/sets.conf
new file mode 100644
index 0000000..fa4ae05
--- /dev/null
+++ b/sets.conf
@@ -0,0 +1,5 @@
+[Kernel sets]
+class = portage.sets.files.StaticFileSet
+multiset = true
+directory = ${repository:kernel}/sets/
+world-candidate = True

diff --git a/skel.metadata.xml b/skel.metadata.xml
new file mode 100644
index 0000000..f1d1451
--- /dev/null
+++ b/skel.metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kernel@gentoo.org</email>
+		<name>Gentoo Kernel Project</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/kernel:master commit in: /
@ 2018-11-05  4:04 Alice Ferrazzi
  0 siblings, 0 replies; 6+ messages in thread
From: Alice Ferrazzi @ 2018-11-05  4:04 UTC (permalink / raw
  To: gentoo-commits

commit:     119830b473e6e4bc47b5660f643c31280cdb0f10
Author:     Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  5 04:04:02 2018 +0000
Commit:     Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
CommitDate: Mon Nov  5 04:04:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/proj/kernel.git/commit/?id=119830b4

Add repositories.xml

Signed-off-by: Alice Ferrazzi <alicef <AT> gentoo.org>

 repositories.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/repositories.xml b/repositories.xml
new file mode 100644
index 0000000..758bf0c
--- /dev/null
+++ b/repositories.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE repositories SYSTEM "/dtd/repositories.dtd">
+<repositories xmlns="" version="1.0">
+  <repo quality="experimental" status="unofficial">
+    <name><![CDATA[kernel-overlay]]></name>
+    <description lang="en"><![CDATA[Kernel Overlay]]></description>
+    <homepage>http://github.com/gentoo/kernel</homepage>
+    <owner type="project">
+      <email>kernel@gentoo.org</email>
+      <name><![CDATA[Stefan Langenmaier]]></name>
+    </owner>
+    <source type="git">git://github.com/gentoo/kernel.git</source>
+    <feed>http://github.com/gentoo/kernel/commits/master.atom</feed>
+  </repo>
+</repositories>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/proj/kernel:master commit in: /
@ 2018-11-05  4:05 Alice Ferrazzi
  0 siblings, 0 replies; 6+ messages in thread
From: Alice Ferrazzi @ 2018-11-05  4:05 UTC (permalink / raw
  To: gentoo-commits

commit:     da791b0b6d9e20e1ffb8f15a757b28fd946afce5
Author:     Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  5 04:05:12 2018 +0000
Commit:     Alice Ferrazzi <alicef <AT> gentoo <DOT> org>
CommitDate: Mon Nov  5 04:05:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/proj/kernel.git/commit/?id=da791b0b

Small fix of repositories.xml

Signed-off-by: Alice Ferrazzi <alicef <AT> gentoo.org>

 repositories.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/repositories.xml b/repositories.xml
index 758bf0c..e8f67b8 100644
--- a/repositories.xml
+++ b/repositories.xml
@@ -7,7 +7,7 @@
     <homepage>http://github.com/gentoo/kernel</homepage>
     <owner type="project">
       <email>kernel@gentoo.org</email>
-      <name><![CDATA[Stefan Langenmaier]]></name>
+      <name><![CDATA[Gentoo Kernel project]]></name>
     </owner>
     <source type="git">git://github.com/gentoo/kernel.git</source>
     <feed>http://github.com/gentoo/kernel/commits/master.atom</feed>


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-11-05  4:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-05  4:05 [gentoo-commits] repo/proj/kernel:master commit in: / Alice Ferrazzi
  -- strict thread matches above, loose matches on Subject: below --
2018-11-05  4:04 Alice Ferrazzi
2018-11-05  3:55 Alice Ferrazzi
2018-11-03 13:56 Alice Ferrazzi
2018-11-03 13:35 Alice Ferrazzi
2018-11-02  7:27 Alice Ferrazzi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox