Tizen 2.0 Release accepted/tizen_2.0/20130215.201432 submit/tizen_2.0/20130215.192419
authorHyungKyu Song <hk76.song@samsung.com>
Fri, 15 Feb 2013 16:03:40 +0000 (01:03 +0900)
committerHyungKyu Song <hk76.song@samsung.com>
Fri, 15 Feb 2013 16:03:40 +0000 (01:03 +0900)
commitdac938c2042ca8a810162ded2c5bcdca1973d03c
tree7b0a4b11b68d0510e0e6cf619b50aab7458cd28b
parent3e70d3cd4ed178ee03036e042925d23eccb8fe4d
Tizen 2.0 Release
89 files changed:
Makefile
README.rst
data/tizen-1.0.conf [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/rules [new file with mode: 0644]
distfiles/debian/compat [new file with mode: 0644]
distfiles/debian/control [new file with mode: 0644]
distfiles/debian/copyright [new file with mode: 0644]
distfiles/debian/docs [new file with mode: 0644]
distfiles/debian/rules [new file with mode: 0755]
distfiles/gbs.conf [new file with mode: 0644]
distfiles/gbs.dsc [new file with mode: 0644]
distfiles/gbs.spec [new file with mode: 0644]
docs/GBS.rst [new file with mode: 0644]
docs/RELEASE_NOTES [new file with mode: 0644]
gitbuildsys/__init__.py [new file with mode: 0644]
gitbuildsys/cmd_build.py [new file with mode: 0644]
gitbuildsys/cmd_changelog.py [new file with mode: 0644]
gitbuildsys/cmd_chroot.py [new file with mode: 0644]
gitbuildsys/cmd_export.py [new file with mode: 0644]
gitbuildsys/cmd_import.py [new file with mode: 0644]
gitbuildsys/cmd_remotebuild.py [new file with mode: 0644]
gitbuildsys/cmd_submit.py [new file with mode: 0644]
gitbuildsys/conf.py [new file with mode: 0644]
gitbuildsys/errors.py [new file with mode: 0644]
gitbuildsys/msger.py [new file with mode: 0644]
gitbuildsys/oscapi.py [new file with mode: 0644]
gitbuildsys/parsing.py [new file with mode: 0644]
gitbuildsys/runner.py [new file with mode: 0644]
gitbuildsys/safe_url.py [new file with mode: 0644]
gitbuildsys/utils.py [new file with mode: 0644]
packaging/Makefile [new file with mode: 0644]
packaging/gbs.changes [new file with mode: 0644]
packaging/gbs.dsc [new file with mode: 0644]
packaging/gbs.spec [new symlink]
setup.cfg [new file with mode: 0644]
setup.py
tests/test_changelog.py [new file with mode: 0644]
tests/test_config.py [new file with mode: 0644]
tests/test_help.py [new file with mode: 0644]
tests/test_import.py [new file with mode: 0644]
tests/test_passwdx.py [new file with mode: 0644]
tests/test_profile.py [new file with mode: 0644]
tests/test_safe_url.py [new file with mode: 0644]
tests/testdata/ConsoleKit-0.4.5.zip [new file with mode: 0644]
tests/testdata/ail-0.2.29-2.3.src.rpm [new file with mode: 0644]
tests/testdata/ail-0.2.29-2.5.src.rpm [new file with mode: 0644]
tests/testdata/app-core-1.2-19.3.src.rpm [new file with mode: 0644]
tests/testdata/bad.spec [new file with mode: 0644]
tests/testdata/bad.src.rpm [new file with mode: 0644]
tests/testdata/bison-1.27.tar.gz [new file with mode: 0644]
tests/testdata/bluez_unpacked/Makefile [new file with mode: 0644]
tests/testdata/bluez_unpacked/bluetooth.init [new file with mode: 0644]
tests/testdata/bluez_unpacked/bluez-4.87.tar.gz [new file with mode: 0644]
tests/testdata/bluez_unpacked/bluez-fsync.patch [new file with mode: 0644]
tests/testdata/bluez_unpacked/bluez.changes [new file with mode: 0644]
tests/testdata/bluez_unpacked/bluez.spec [new file with mode: 0644]
tests/testdata/bluez_unpacked/bluez.yaml [new file with mode: 0644]
tests/testdata/bluez_unpacked/disable-hal-plugin.patch [new file with mode: 0644]
tests/testdata/bluez_unpacked/enable_HFP.patch [new file with mode: 0644]
tests/testdata/bluez_unpacked/install-more-binary-test.patch [new file with mode: 0644]
tests/testdata/bluez_unpacked/install-test-scripts.patch [new file with mode: 0644]
tests/testdata/bluez_unpacked/powered.patch [new file with mode: 0644]
tests/testdata/bluez_unpacked/remove-duplicate-wrong-udev-rule-for-dell-mice.patch [new file with mode: 0644]
tests/testdata/ini/bad_passwdx.ini [new file with mode: 0644]
tests/testdata/ini/bug387_inherit_only_passwdx.ini [new file with mode: 0644]
tests/testdata/ini/bug387_inherit_only_user.ini [new file with mode: 0644]
tests/testdata/ini/bug387_inline_auth_has_the_highest_priority.ini [new file with mode: 0644]
tests/testdata/ini/bug387_only_password_no_user.ini [new file with mode: 0644]
tests/testdata/ini/empty_passwdx.ini [new file with mode: 0644]
tests/testdata/ini/empty_profile.ini [new file with mode: 0644]
tests/testdata/ini/home1.ini [new file with mode: 0644]
tests/testdata/ini/interpolation.ini [new file with mode: 0644]
tests/testdata/ini/invalid_continuation_line.ini [new file with mode: 0644]
tests/testdata/ini/no_such_profile_section_name.ini [new file with mode: 0644]
tests/testdata/ini/normal_passwdx.ini [new file with mode: 0644]
tests/testdata/ini/passwdx.ini [new file with mode: 0644]
tests/testdata/ini/plain_passwd.ini [new file with mode: 0644]
tests/testdata/ini/plain_passwd2.ini [new file with mode: 0644]
tests/testdata/ini/profile.ini [new file with mode: 0644]
tests/testdata/ini/profile_only_has_api.ini [new file with mode: 0644]
tests/testdata/ini/project1.ini [new file with mode: 0644]
tests/testdata/ini/subcommand.ini [new file with mode: 0644]
tests/testdata/ini/without_section_header.ini [new file with mode: 0644]
tools/gbs [new file with mode: 0755]