project-config/jenkins/scripts
Andreas Jaeger 1e8c6eedf0 Make propose_translation_update more robust
If there're no translations at all, the locale directory is empty
but we try to add content and that fails like:
 + git add 'ironic_ui/locale/*'
 | fatal: pathspec 'ironic_ui/locale/*' did not match any files

Do not use a wildcard, just add the directory. That way the git command
and will not fail - and the rest of the script works fine.

Change-Id: I2a67b692f437a1bced9507e66cce217765d5d913
2016-02-11 21:20:24 +01:00
..
afs-slug.sh Create jobs for a wheel mirror 2016-02-03 09:34:03 -08:00
baremetal-archive-logs.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
baremetal-deploy.sh Switch to using $() for subshells, part 2 2015-06-04 15:33:48 +10:00
baremetal-os-install.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
bump-milestone.sh Fix some word spellings 2016-02-03 12:46:20 +05:30
check_app_catalog_yaml.py Update App Catalog dead link checker 2016-01-19 16:38:25 -08:00
check_osc_commands.py check that osc plugins do not break openstackclient 2015-12-31 20:05:32 +01:00
check-osc-plugins.sh Retire the Tuskar project 2016-01-25 14:35:34 +00:00
common_translation_update.sh Merge "Cleanup translation scripts" 2016-02-03 20:56:29 +00:00
common.sh Fix setup_commit_message for proposal bot 2016-01-09 09:14:26 +01:00
copy_puppet_logs.sh copy_puppet_logs: use SUDO to rename config/log files 2016-01-26 08:41:15 -05:00
create-ppa-package.sh Wrap some overly long lines 2015-12-23 13:56:53 +01:00
create-zanata-xml.py Refactor verification for ZanataRestService 2015-09-10 16:06:04 +10:00
gerrit-git-prep.sh fix git_timed retry logic 2015-04-29 07:04:28 -04:00
get-modulename.py get-modulename: Handle no packages entry in setup.cfg 2016-02-03 17:14:03 +09:00
grab_console_log.sh Wrap some overly long lines 2015-12-23 13:56:53 +01:00
install-distro-packages.sh Make install-distro-packages.sh more robust 2015-12-22 21:29:32 +00:00
jenkins-oom-grep.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
jenkins-sudo-grep.sh Broaden pattern match for jenkins-sudo-grep.sh 2015-01-09 00:24:22 +00:00
jenkinsci-upload.sh Wrap some overly long lines 2015-12-23 13:56:53 +01:00
lvm-kexec-reset.sh Switch to using $() for subshells, part 2 2015-06-04 15:33:48 +10:00
mavencentral-upload.sh Switch to using $() for subshells, part 2 2015-06-04 15:33:48 +10:00
merge_tags.sh Merge "Switch to using $() for subshells, part 2" 2015-06-10 13:00:16 +00:00
npm-tarball-upload.sh Corrected Typo in Filename 2015-10-08 08:26:59 -07:00
package-gerrit.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
php-laravel-build.sh Update composer options 2015-08-18 10:30:45 -03:00
ping.py Reorganizes project-config 2014-09-25 11:41:04 -04:00
project-requirements-change.py Support stable requirements 2016-02-08 13:48:07 -06:00
propose_app_catalog_update.sh Unify usages of checking for existing changes (2/2) 2016-01-08 09:28:38 +01:00
propose_translation_update.sh Make propose_translation_update more robust 2016-02-11 21:20:24 +01:00
propose_update.sh Add periodic job to autogenerate devstack plugins list 2016-02-01 19:03:34 -05:00
propose_updated_config_file.sh Unify usages of checking for existing changes (2/2) 2016-01-08 09:28:38 +01:00
pypi-extract-name.py Reorganizes project-config 2014-09-25 11:41:04 -04:00
pypi-extract-universal.py Typo in pypi-extract-universal.py 2015-11-24 15:19:13 -05:00
pypi-tarball-upload.sh Switch to using $() for subshells, part 2 2015-06-04 15:33:48 +10:00
pypi-wheel-upload.sh Switch to using $() for subshells, part 2 2015-06-04 15:33:48 +10:00
query-zanata-project-version.py Check if version is read-only when querying Zanata 2015-09-25 15:48:41 +10:00
run-cover.sh Add cover-constraints jobs to Neutron 2015-10-19 11:27:52 +11:00
run-docs.sh Ignore non release versions when publishing latest docs 2015-10-15 11:51:49 -07:00
run-jsbuild.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
run-pep8.sh Do the sdist check in a virtualenv 2015-12-22 07:33:33 +00:00
run-pylint.sh Add non-voting constraints jobs to cinder 2015-11-20 15:10:21 +11:00
run-selenium.sh We want to run freese in venv not with tox target 2014-12-23 10:44:10 -08:00
run-tarball.sh Add tarball-constraints jobs 2015-10-22 15:36:05 +11:00
run-tox-with-oslo-master.sh Experimental jobs for testing against oslo.* from master - Take #2 2016-02-06 09:23:02 -05:00
run-tox.sh Add missing semicolon in run-tox.sh 2016-02-08 16:52:58 +00:00
run-wheel.sh Add tarball-constraints jobs 2015-10-22 15:36:05 +11:00
run-xmllint.sh Switch to using $() for subshells, part 2 2015-06-04 15:33:48 +10:00
slave-cleanup.sh Fix slave-cleanup.sh 2015-07-09 14:12:02 +02:00
tardiff.py Reorganizes project-config 2014-09-25 11:41:04 -04:00
upstream_translation_update.sh Cleanup translation scripts 2016-02-03 08:04:39 +01:00
version-properties.sh Switch to using $() for subshells, part 2 2015-06-04 15:33:48 +10:00
wait_for_nova.sh Reorganizes project-config 2014-09-25 11:41:04 -04:00
wait_for_puppet.sh Clean up bashate failures 2014-09-30 12:39:48 -07:00
wheel-build.sh Create jobs for a wheel mirror 2016-02-03 09:34:03 -08:00
wheel-copy.sh Normalize wheel folder structure 2016-02-08 07:13:23 -08:00
wheel-index.sh Fixed backreference in regular expression 2016-02-04 17:32:10 -08:00
ZanataUtils.py Fix some word spellings 2016-02-03 12:46:20 +05:30
zuul_swift_upload.py Retry log upload to swift 2015-04-28 23:45:14 +10:00