# manifest_test **Repository Path**: jony_code/manifest_test ## Basic Information - **Project Name**: manifest_test - **Description**: manifest测试使用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-28 - **Last Updated**: 2021-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # manifest_test 1910 cd sample_test/ 1911 ./10-standard_lib.py 1912 ./10-standard_lib.py 1 2 3 1913 chmod a+x 11-net.py 1914 ./11-net.py 1915 ls 1916 repo init -m ./default.xml 1917 repo init -m ./default.xml -b master --no-repo-verify 1918 git clone https://gitee.com/jony_code/manifest_test.git 1919 ls 1920 mv default.xml ./manifest_test/ 1921 ls 1922 cd manifest_test/ 1923 ls 1924 git add . 1925 git commit -s -m "增加xml" 1926 git push 1927 cd .. 1928 ls 1929 repo init -u https://gitee.com/jony_code/manifest_test -b master --no-repo-verify 1930 repo sync -c 1931 ls 1932 cd .. 1933 ls 1934 cd manifest/ 1935 ls 1936 repo sync -c 1937 ls 1938 cd hardware/ 1939 ls 1940 cd SF16A18_Big_Brother/ 1941 ls 1942 cd .. 1943 ls 1944 cd senior_brother/ 1945 ls 1946 cd .. 1947 ls 1948 cd manifest_test/ 1949 ls 1950 git add . 1951 git commit -s -m "2" 1952 git push 1953 cd .. 1954 ls 1955 repo sync -c 1956 ls 1957 rm -rf hardware/ 1958 cd thirt_test/ 1959 ls 1960 cd .. 1961 ls 1962 cd .. 1963 ls 1964 cd workspace/ 1965 ls 1966 cd manifest/ 1967 ls 1968 cd manifest_test/ 1969 ls 1970 cp default.xml ./aa.xml 1971 cd .. 1972 ls 1973 cd manifest_test/ 1974 ls 1975 git add . 1976 git commit -s -m "3" 1977 git push 1978 cd .. 1979 ls 1980 repo init -u https://gitee.com/jony_code/manifest_test -b master 1981 repo init -u https://gitee.com/jony_code/manifest_test -b master -m aa 1982 repo init -u https://gitee.com/jony_code/manifest_test -b master -m aa.xml 1983 repo sync -c