|
7 | 7 | <meta name="robots" content="index, follow">
|
8 | 8 | <title>Building tequilaOS | Windeqk's site</title>
|
9 | 9 | <meta name="keywords" content="">
|
10 |
| -<meta name="description" content="Today I will show you how to build tequilaOS 🆒 First Initializing the tequilaOS repo and downloading the manifest repo init -u https://github.com/tequilaOS/platform_manifest.git -b tobacco If you want to initialize source as a shallow clone (means including only latest commit in every repository), add --depth=1 flag to the above command. |
| 10 | +<meta name="description" content="Today I will show you how to build tequilaOS 🆒 First Initializing the tequilaOS repo and downloading the manifest repo init -u https://github.com/tequilaOS/platform_manifest.git -b tortilla If you want to initialize source as a shallow clone (means including only latest commit in every repository), add --depth=1 flag to the above command. |
11 | 11 | This will save a lot of space
|
12 | 12 | Sync code aka download meh way repo sync cool way faster and better repo sync build/make vendor/tequila && source build/envsetup.">
|
13 | 13 | <meta name="author" content="Windeqk aka Jacek Frytkownica">
|
|
59 | 59 |
|
60 | 60 | </style>
|
61 | 61 | </noscript><meta property="og:title" content="Building tequilaOS" />
|
62 |
| -<meta property="og:description" content="Today I will show you how to build tequilaOS 🆒 First Initializing the tequilaOS repo and downloading the manifest repo init -u https://github.com/tequilaOS/platform_manifest.git -b tobacco If you want to initialize source as a shallow clone (means including only latest commit in every repository), add --depth=1 flag to the above command. |
| 62 | +<meta property="og:description" content="Today I will show you how to build tequilaOS 🆒 First Initializing the tequilaOS repo and downloading the manifest repo init -u https://github.com/tequilaOS/platform_manifest.git -b tortilla If you want to initialize source as a shallow clone (means including only latest commit in every repository), add --depth=1 flag to the above command. |
63 | 63 | This will save a lot of space
|
64 | 64 | Sync code aka download meh way repo sync cool way faster and better repo sync build/make vendor/tequila && source build/envsetup." />
|
65 | 65 | <meta property="og:type" content="article" />
|
|
69 | 69 |
|
70 | 70 | <meta name="twitter:card" content="summary"/>
|
71 | 71 | <meta name="twitter:title" content="Building tequilaOS"/>
|
72 |
| -<meta name="twitter:description" content="Today I will show you how to build tequilaOS 🆒 First Initializing the tequilaOS repo and downloading the manifest repo init -u https://github.com/tequilaOS/platform_manifest.git -b tobacco If you want to initialize source as a shallow clone (means including only latest commit in every repository), add --depth=1 flag to the above command. |
| 72 | +<meta name="twitter:description" content="Today I will show you how to build tequilaOS 🆒 First Initializing the tequilaOS repo and downloading the manifest repo init -u https://github.com/tequilaOS/platform_manifest.git -b tortilla If you want to initialize source as a shallow clone (means including only latest commit in every repository), add --depth=1 flag to the above command. |
73 | 73 | This will save a lot of space
|
74 | 74 | Sync code aka download meh way repo sync cool way faster and better repo sync build/make vendor/tequila && source build/envsetup."/>
|
75 | 75 |
|
|
100 | 100 | "@type": "BlogPosting",
|
101 | 101 | "headline": "Building tequilaOS",
|
102 | 102 | "name": "Building tequilaOS",
|
103 |
| - "description": "Today I will show you how to build tequilaOS 🆒 First Initializing the tequilaOS repo and downloading the manifest repo init -u https://github.com/tequilaOS/platform_manifest.git -b tobacco If you want to initialize source as a shallow clone (means including only latest commit in every repository), add --depth=1 flag to the above command.\n This will save a lot of space\n Sync code aka download meh way repo sync cool way faster and better repo sync build/make vendor/tequila \u0026amp;\u0026amp; source build/envsetup.", |
| 103 | + "description": "Today I will show you how to build tequilaOS 🆒 First Initializing the tequilaOS repo and downloading the manifest repo init -u https://github.com/tequilaOS/platform_manifest.git -b tortilla If you want to initialize source as a shallow clone (means including only latest commit in every repository), add --depth=1 flag to the above command.\n This will save a lot of space\n Sync code aka download meh way repo sync cool way faster and better repo sync build/make vendor/tequila \u0026amp;\u0026amp; source build/envsetup.", |
104 | 104 | "keywords": [
|
105 | 105 |
|
106 | 106 | ],
|
107 |
| - "articleBody": "Today I will show you how to build tequilaOS 🆒 First Initializing the tequilaOS repo and downloading the manifest repo init -u https://github.com/tequilaOS/platform_manifest.git -b tobacco If you want to initialize source as a shallow clone (means including only latest commit in every repository), add --depth=1 flag to the above command.\n This will save a lot of space\n Sync code aka download meh way repo sync cool way faster and better repo sync build/make vendor/tequila \u0026\u0026 source build/envsetup.sh \u0026\u0026 reposync Buil[d/t]ing # Set up environment . build/envsetup.sh # Choose a target lunch tequila_$device-$variant # $variant - either user, userdebug or eng # Build the code mka bacon Proper docs If you are looking for some special toggles or commands…\n This is not another junk rom stick up in ass. Just build it. LMFAO\n", |
| 107 | + "articleBody": "Today I will show you how to build tequilaOS 🆒 First Initializing the tequilaOS repo and downloading the manifest repo init -u https://github.com/tequilaOS/platform_manifest.git -b tortilla If you want to initialize source as a shallow clone (means including only latest commit in every repository), add --depth=1 flag to the above command.\n This will save a lot of space\n Sync code aka download meh way repo sync cool way faster and better repo sync build/make vendor/tequila \u0026\u0026 source build/envsetup.sh \u0026\u0026 reposync Buil[d/t]ing # Set up environment . build/envsetup.sh # Choose a target lunch tequila_$device-$variant # $variant - either user, userdebug or eng # Build the code mka bacon Proper docs If you are looking for some special toggles or commands…\n This is not another junk rom stick up in ass. Just build it. LMFAO\n", |
108 | 108 | "wordCount" : "132",
|
109 | 109 | "inLanguage": "en",
|
110 | 110 | "datePublished": "2022-11-09T13:11:23+01:00",
|
|
190 | 190 | <h1 class="post-title">
|
191 | 191 | Building tequilaOS
|
192 | 192 | </h1>
|
193 |
| - <div class="post-meta"><span title='2022-11-09 13:11:23 +0100 CET'>November 9, 2022</span> · 1 min · Windeqk aka Jacek Frytkownica |
| 193 | + <div class="post-meta"><span title='2022-11-09 13:11:23 +0100 +0100'>November 9, 2022</span> · 1 min · Windeqk aka Jacek Frytkownica |
194 | 194 |
|
195 | 195 | </div>
|
196 | 196 | </header> <div class="toc">
|
@@ -231,7 +231,7 @@ <h1 class="post-title">
|
231 | 231 | <div class="post-content"><h1 id="today-i-will-show-you-how-to-build-tequilaos-">Today I will show you how to build tequilaOS 🆒<a hidden class="anchor" aria-hidden="true" href="#today-i-will-show-you-how-to-build-tequilaos-">#</a></h1>
|
232 | 232 | <h2 id="first">First<a hidden class="anchor" aria-hidden="true" href="#first">#</a></h2>
|
233 | 233 | <h3 id="initializing-the-tequilaos-repo-and-downloading-the-manifest">Initializing the tequilaOS repo and downloading the manifest<a hidden class="anchor" aria-hidden="true" href="#initializing-the-tequilaos-repo-and-downloading-the-manifest">#</a></h3>
|
234 |
| -<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bash" data-lang="bash">repo init -u https://github.com/tequilaOS/platform_manifest.git -b tobacco |
| 234 | +<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bash" data-lang="bash">repo init -u https://github.com/tequilaOS/platform_manifest.git -b tortilla |
235 | 235 | </code></pre></div><p>If you want to initialize source as a shallow clone (means including only latest commit in every repository), add <code>--depth=1</code> flag to the above command.</p>
|
236 | 236 | <blockquote>
|
237 | 237 | <p>This will save a lot of space</p>
|
@@ -267,7 +267,7 @@ <h4 id="meh-way"><code>meh way</code><a hidden class="anchor" aria-hidden="true"
|
267 | 267 | </main>
|
268 | 268 |
|
269 | 269 | <footer class="footer">
|
270 |
| - <span>© 2022 <a href="http://windeqk.github.io/">Windeqk's site</a></span> |
| 270 | + <span>© 2023 <a href="http://windeqk.github.io/">Windeqk's site</a></span> |
271 | 271 | <span>
|
272 | 272 | Powered by
|
273 | 273 | <a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
|
|
0 commit comments