From kde-commits Tue Nov 15 15:01:40 2016 From: Scarlett Clark Date: Tue, 15 Nov 2016 15:01:40 +0000 To: kde-commits Subject: [sysadmin/ci-tools-experimental] org/kde/ci: revert comment Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=147922210928785 Git commit 1a889fbf8f50aa40c02946e9e00efb18018ca0df by Scarlett Clark. Committed on 15/11/2016 at 15:00. Pushed by scarlettclark into branch 'master'. revert comment M +6 -6 org/kde/ci/ImportConfig.groovy http://commits.kde.org/sysadmin/ci-tools-experimental/1a889fbf8f50aa40c0294= 6e9e00efb18018ca0df diff --git a/org/kde/ci/ImportConfig.groovy b/org/kde/ci/ImportConfig.groovy index 2e21e6a..b5674ae 100644 --- a/org/kde/ci/ImportConfig.groovy +++ b/org/kde/ci/ImportConfig.groovy @@ -52,12 +52,12 @@ class ImportConfig { repofiles << file } //repofiles.removeAll { it =3D~ /i18n/ } - // repofiles.removeAll { it =3D~ /sysadmin/ } - // repofiles.removeAll { it =3D~ /unmaintained/ } - // repofiles.removeAll { it =3D~ /websites/ } - // repofiles.removeAll { it =3D~ /kde-build-metadata/ } - // repofiles.removeAll { it =3D~ /others/ } - // repofiles.removeAll { it =3D~ /repo-management/ } + repofiles.removeAll { it =3D~ /sysadmin/ } + repofiles.removeAll { it =3D~ /unmaintained/ } + repofiles.removeAll { it =3D~ /websites/ } + repofiles.removeAll { it =3D~ /kde-build-metadata/ } + repofiles.removeAll { it =3D~ /others/ } + repofiles.removeAll { it =3D~ /repo-management/ } return repofiles } =20